Skip to content

Commit

Permalink
Tox: Don't install pytest-cov in the non-codecov testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Nov 13, 2020
1 parent 3f637db commit 8eaf2ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist = py27, py33, py34, py35, py36, py37, py38, py39, pypy
[testenv]
deps =
pytest
pytest-cov
numpy
commands=pytest tests {posargs}

Expand Down

0 comments on commit 8eaf2ba

Please sign in to comment.