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 Sep 5, 2019
1 parent a710905 commit ce14322
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tox.ini
Expand Up @@ -14,8 +14,6 @@ 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
Expand All @@ -24,7 +22,6 @@ setenv =
xdist27: _DEP_PYTESTXDIST=pytest-xdist==1.27.0
xdist28: _DEP_PYTESTXDIST=pytest-xdist==1.28.0

coverage44: _DEP_COVERAGE=coverage==4.4.2
coverage45: _DEP_COVERAGE=coverage==4.5.3

passenv =
Expand Down

0 comments on commit ce14322

Please sign in to comment.