Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Aug 2, 2020
1 parent c03e0bc commit 7420475
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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}-xdist33-coverage{52}
py{36,37,38,py3}-pytest{60}-xdistd34-coverage{52}
docs

[testenv]
Expand All @@ -17,13 +17,15 @@ setenv =
pytest46: _DEP_PYTEST=pytest==4.6.10
pytest53: _DEP_PYTEST=pytest==5.3.2
pytest54: _DEP_PYTEST=pytest==5.4.3
pytest60: _DEP_PYTEST=pytest==6.0.0rc1
pytest60: _DEP_PYTEST=pytest==6.0.1

xdist27: _DEP_PYTESTXDIST=pytest-xdist==1.27.0
xdist29: _DEP_PYTESTXDIST=pytest-xdist==1.29.0
xdist31: _DEP_PYTESTXDIST=pytest-xdist==1.31.0
xdist32: _DEP_PYTESTXDIST=pytest-xdist==1.32.0
xdist33: _DEP_PYTESTXDIST=pytest-xdist==1.33.0
xdist34: _DEP_PYTESTXDIST=pytest-xdist==1.34.0
xdistdev: _DEP_PYTESTXDIST=git+https://github.com/pytest-dev/pytest-xdist.git#egg=pytest-xdist

coverage45: _DEP_COVERAGE=coverage==4.5.4
coverage50: _DEP_COVERAGE=coverage==5.0.4
Expand Down

0 comments on commit 7420475

Please sign in to comment.