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