Skip to content

Commit

Permalink
Use whatever Python 3 for tox -e coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 4, 2020
1 parent d122663 commit f637d3f
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,7 +11,7 @@ basepython = pypy3.6

[testenv:coverage]
usedevelop = true
basepython = python3.6
basepython = python3
deps =
{[testenv]deps}
coverage
Expand All @@ -20,7 +20,7 @@ commands =
coverage report -m --fail-under=100

[testenv:flake8]
basepython = python3.6
basepython = python3
deps =
flake8
commands =
Expand Down

0 comments on commit f637d3f

Please sign in to comment.