Skip to content

Commit

Permalink
Update test deps. Ref #422.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Aug 14, 2020
1 parent b6f71c9 commit a26e93e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ environment:
- 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-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: '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-xdist200-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-xdist200-coverage52'
- TOXENV: 'pypy-pytest46-xdist27-coverage45,pypy-pytest46-xdist27-coverage52'

init:
Expand Down
8 changes: 4 additions & 4 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-xdistd34-coverage52
- env: TOXENV=py36-pytest60-xdist200-coverage52
python: '3.6'
- env: TOXENV=py37-pytest60-xdistd34-coverage52
- env: TOXENV=py37-pytest60-xdist200-coverage52
python: '3.7'
- env: TOXENV=py38-pytest60-xdistd34-coverage52
- env: TOXENV=py38-pytest60-xdist200-coverage52
python: '3.8'
- env: TOXENV=pypy3-pytest60-xdistd34-coverage52
- env: TOXENV=pypy3-pytest60-xdist200-coverage52
python: 'pypy3'

- stage: examples
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist =
check
py{27,35,36,37,py,py3}-pytest46-xdist27-coverage{45,52}
py{36,37,38,py3}-pytest{46,54}-xdist33-coverage{45,52}
py{36,37,38,py3}-pytest{60}-xdistd34-coverage{52}
py{36,37,38,py3}-pytest{60}-xdist200-coverage{52}
docs

[testenv]
Expand All @@ -25,6 +25,7 @@ setenv =
xdist32: _DEP_PYTESTXDIST=pytest-xdist==1.32.0
xdist33: _DEP_PYTESTXDIST=pytest-xdist==1.33.0
xdist34: _DEP_PYTESTXDIST=pytest-xdist==1.34.0
xdist200: _DEP_PYTESTXDIST=pytest-xdist==2.0.0
xdistdev: _DEP_PYTESTXDIST=git+https://github.com/pytest-dev/pytest-xdist.git#egg=pytest-xdist

coverage45: _DEP_COVERAGE=coverage==4.5.4
Expand Down

0 comments on commit a26e93e

Please sign in to comment.