Skip to content

Commit

Permalink
[tox] Fix pep8 and coverage environments
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaist committed Oct 2, 2020
1 parent 57e1bfc commit 1ca74a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -6,14 +6,15 @@ deps = -e{toxinidir}[test]
commands = pytest -v {posargs}

[testenv:pep8]
basepython = python3.6
basepython = python3.8
deps = {[testenv]deps}
flake8
pep8

commands = flake8 more setup.py

[testenv:coverage]
basepython = python3.6
basepython = python3.8
deps = {[testenv]deps}
commands =
coverage run --source more.transaction -m pytest {posargs}
Expand Down

0 comments on commit 1ca74a8

Please sign in to comment.