test_ok1/appveyor.yml

20 lines
381 B
YAML
Raw Normal View History

2015-06-16 08:58:07 +08:00
install:
- echo Installed Pythons
- dir c:\Python*
2015-06-16 08:58:07 +08:00
- C:\Python35\python -m pip install tox
2015-06-16 08:58:07 +08:00
build: false # Not a C# project, build stuff at the test step instead.
test_script:
- 'set TESTENVS=
flakes,
py26,
py27,
py33,
py34,
py27-xdist,
py35-xdist
'
- C:\Python35\python -m tox -e "%TESTENVS%"