Skip to content

Commit

Permalink
tox.ini: use latest pytest and pytest-cov on py3
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf committed Feb 27, 2020
1 parent fec651d commit 36f72e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ envlist =

[testenv]
deps =
pytest ~= 4.6.0
pytest-cov ~= 2.8.0
pytest
pytest-cov
commands =
pytest --cov iterlist --cov-fail-under 100 --cov-report term-missing {posargs:tests}

Expand Down

0 comments on commit 36f72e0

Please sign in to comment.