Skip to content

Commit b6f71c9

Browse files
committed
Update ci env list.
1 parent 7420475 commit b6f71c9

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.appveyor.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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).
22
version: '{branch}-{build}'
33
build: off
44
environment:
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

1313
init:
@@ -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

2322
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
2524

2625
on_failure:
2726
- ps: dir "env:"

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
python: 'pypy3'
7777
- env: TOXENV=pypy3-pytest54-xdist33-coverage52
7878
python: 'pypy3'
79-
- env: TOXENV=py36-pytest60-xdist33-coverage52
79+
- env: TOXENV=py36-pytest60-xdistd34-coverage52
8080
python: '3.6'
81-
- env: TOXENV=py37-pytest60-xdist33-coverage52
81+
- env: TOXENV=py37-pytest60-xdistd34-coverage52
8282
python: '3.7'
83-
- env: TOXENV=py38-pytest60-xdist33-coverage52
83+
- env: TOXENV=py38-pytest60-xdistd34-coverage52
8484
python: '3.8'
85-
- env: TOXENV=pypy3-pytest60-xdist33-coverage52
85+
- env: TOXENV=pypy3-pytest60-xdistd34-coverage52
8686
python: 'pypy3'
8787

8888
- stage: examples
@@ -99,7 +99,7 @@ before_install:
9999
- uname -a
100100
- lsb_release -a
101101
install:
102-
- pip install tox
102+
- python -mpip install --progress-bar=off tox -rci/requirements.txt
103103
- virtualenv --version
104104
- easy_install --version
105105
- pip --version

0 commit comments

Comments
 (0)