Tres Seaver
2017-06-05 f70edbef15c8065c4f72d617012dea11f62cd1bb
commit | author | age
2b4066 1 environment:
MM 2   matrix:
3     - PYTHON: "C:\\Python35"
4       TOXENV: "py35"
5
6 install:
7   - "%PYTHON%\\python.exe -m pip install tox"
8
9 build: off
10
11 test_script:
12   - "%PYTHON%\\Scripts\\tox.exe"