1- # NOTE: this file is auto-generated via ci/bootstrap.py (ci/templates/appveyor.yml).
1+ # NOTE: this file is auto-generated via ci/bootstrap.py (ci/templates/. appveyor.yml).
22version : ' {branch}-{build}'
33build : off
44environment :
55 matrix :
66 - TOXENV : check
77 - TOXENV : ' py27-pytest46-xdist27-coverage45,py27-pytest46-xdist27-coverage52'
88 - TOXENV : ' py35-pytest46-xdist27-coverage45,py35-pytest46-xdist27-coverage52'
9- - TOXENV : ' py36-pytest46-xdist27-coverage45,py36-pytest46-xdist27-coverage52,py36-pytest46-xdist33-coverage45,py36-pytest46-xdist33-coverage52,py36-pytest54-xdist33-coverage45,py36-pytest54-xdist33-coverage52,py36-pytest60-xdist33 -coverage52'
10- - TOXENV : ' py37-pytest46-xdist27-coverage45,py37-pytest46-xdist27-coverage52,py37-pytest46-xdist33-coverage45,py37-pytest46-xdist33-coverage52,py37-pytest54-xdist33-coverage45,py37-pytest54-xdist33-coverage52,py37-pytest60-xdist33 -coverage52'
9+ - TOXENV : ' py36-pytest46-xdist27-coverage45,py36-pytest46-xdist27-coverage52,py36-pytest46-xdist33-coverage45,py36-pytest46-xdist33-coverage52,py36-pytest54-xdist33-coverage45,py36-pytest54-xdist33-coverage52,py36-pytest60-xdistd34 -coverage52'
10+ - TOXENV : ' py37-pytest46-xdist27-coverage45,py37-pytest46-xdist27-coverage52,py37-pytest46-xdist33-coverage45,py37-pytest46-xdist33-coverage52,py37-pytest54-xdist33-coverage45,py37-pytest54-xdist33-coverage52,py37-pytest60-xdistd34 -coverage52'
1111 - TOXENV : ' pypy-pytest46-xdist27-coverage45,pypy-pytest46-xdist27-coverage52'
1212
1313init :
@@ -17,11 +17,10 @@ install:
1717 - IF "%TOXENV:~0,5%" == "pypy-" choco install --no-progress python.pypy
1818 - IF "%TOXENV:~0,6%" == "pypy3-" choco install --no-progress pypy3
1919 - SET PATH=C:\tools\pypy\pypy;%PATH%
20- - C:\Python37\python -m pip install -U "virtualenv>=16.5.0"
21- - C:\Python37\python -m pip install tox
20+ - C:\Python37\python -m pip install --progress-bar=off tox -rci/requirements.txt
2221
2322test_script :
24- - C:\Python37\python -m tox
23+ - cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd C:\Python37\python -m tox
2524
2625on_failure :
2726 - ps : dir "env:"
0 commit comments