Skip to content

Commit

Permalink
Use Python 2 for tox -e coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 12, 2019
1 parent ba9ec23 commit 84c01c1
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 @@ -12,9 +12,9 @@ commands =
pytest {posargs}

[testenv:coverage]
basepython = python
basepython = python2
deps =
coverage
commands =
coverage run -m pytest {posargs}
coverage report -m --fail-under=99
coverage report -m --fail-under=100

0 comments on commit 84c01c1

Please sign in to comment.