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).
2
2
version : ' {branch}-{build}'
3
3
build : off
4
4
environment :
5
5
matrix :
6
6
- TOXENV : check
7
7
- TOXENV : ' py27-pytest46-xdist27-coverage45,py27-pytest46-xdist27-coverage52'
8
8
- 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'
11
11
- TOXENV : ' pypy-pytest46-xdist27-coverage45,pypy-pytest46-xdist27-coverage52'
12
12
13
13
init :
@@ -17,11 +17,10 @@ install:
17
17
- IF "%TOXENV:~0,5%" == "pypy-" choco install --no-progress python.pypy
18
18
- IF "%TOXENV:~0,6%" == "pypy3-" choco install --no-progress pypy3
19
19
- 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
22
21
23
22
test_script :
24
- - C:\Python37\python -m tox
23
+ - cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd C:\Python37\python -m tox
25
24
26
25
on_failure :
27
26
- ps : dir "env:"
0 commit comments