blob: e10dbc580c52a780fd7044e5897be66c6f9654ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
environment:
matrix:
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python27"
TOXENV: "py27"
install:
- "%PYTHON%\\python.exe -m pip install tox"
build: off
test_script:
- "%PYTHON%\\Scripts\\tox.exe"
|