Skip to content

Commit

Permalink
Update ci env list.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Aug 2, 2020
1 parent 7420475 commit b6f71c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# NOTE: this file is auto-generated via ci/bootstrap.py (ci/templates/appveyor.yml).
# NOTE: this file is auto-generated via ci/bootstrap.py (ci/templates/.appveyor.yml).
version: '{branch}-{build}'
build: off
environment:
matrix:
- TOXENV: check
- TOXENV: 'py27-pytest46-xdist27-coverage45,py27-pytest46-xdist27-coverage52'
- TOXENV: 'py35-pytest46-xdist27-coverage45,py35-pytest46-xdist27-coverage52'
- 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'
- 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'
- 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'
- 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'
- TOXENV: 'pypy-pytest46-xdist27-coverage45,pypy-pytest46-xdist27-coverage52'

init:
Expand All @@ -17,11 +17,10 @@ install:
- IF "%TOXENV:~0,5%" == "pypy-" choco install --no-progress python.pypy
- IF "%TOXENV:~0,6%" == "pypy3-" choco install --no-progress pypy3
- SET PATH=C:\tools\pypy\pypy;%PATH%
- C:\Python37\python -m pip install -U "virtualenv>=16.5.0"
- C:\Python37\python -m pip install tox
- C:\Python37\python -m pip install --progress-bar=off tox -rci/requirements.txt

test_script:
- C:\Python37\python -m tox
- cmd /E:ON /V:ON /C .\ci\appveyor-with-compiler.cmd C:\Python37\python -m tox

on_failure:
- ps: dir "env:"
Expand Down
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
python: 'pypy3'
- env: TOXENV=pypy3-pytest54-xdist33-coverage52
python: 'pypy3'
- env: TOXENV=py36-pytest60-xdist33-coverage52
- env: TOXENV=py36-pytest60-xdistd34-coverage52
python: '3.6'
- env: TOXENV=py37-pytest60-xdist33-coverage52
- env: TOXENV=py37-pytest60-xdistd34-coverage52
python: '3.7'
- env: TOXENV=py38-pytest60-xdist33-coverage52
- env: TOXENV=py38-pytest60-xdistd34-coverage52
python: '3.8'
- env: TOXENV=pypy3-pytest60-xdist33-coverage52
- env: TOXENV=pypy3-pytest60-xdistd34-coverage52
python: 'pypy3'

- stage: examples
Expand All @@ -99,7 +99,7 @@ before_install:
- uname -a
- lsb_release -a
install:
- pip install tox
- python -mpip install --progress-bar=off tox -rci/requirements.txt
- virtualenv --version
- easy_install --version
- pip --version
Expand Down

0 comments on commit b6f71c9

Please sign in to comment.