Skip to content

Commit

Permalink
Remove unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 8, 2019
1 parent eb5952f commit 8575439
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tox.ini
Expand Up @@ -15,16 +15,10 @@ setenv =

# Use env vars for (optional) pinning of deps.
pytest310: _DEP_PYTEST=pytest==3.10.1
pytest40: _DEP_PYTEST=pytest==4.0.2
pytest41: _DEP_PYTEST=pytest==4.1.1
pytest43: _DEP_PYTEST=pytest==4.3.1
pytest44: _DEP_PYTEST=pytest==4.4.2
pytest45: _DEP_PYTEST=pytest==4.5.0
pytest46: _DEP_PYTEST=pytest==4.6.5
pytest51: _DEP_PYTEST=pytest==5.1.3
pytest52: _DEP_PYTEST=pytest==5.2.0

xdist22: _DEP_PYTESTXDIST=pytest-xdist==1.22.0
xdist27: _DEP_PYTESTXDIST=pytest-xdist==1.27.0
xdist28: _DEP_PYTESTXDIST=pytest-xdist==1.28.0
xdist29: _DEP_PYTESTXDIST=pytest-xdist==1.29.0
Expand Down

0 comments on commit 8575439

Please sign in to comment.