Skip to content

Commit

Permalink
Fixed coverage not running in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed May 5, 2020
1 parent ddb3549 commit 1801d3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ commands =
coverage report
coverage html -d htmlcov

[travis]
python =
3.5: py35, coverage
3.6: py36, coverage
3.7: py37, coverage
3.8: py38, coverage

[pytest]
addopts = --pylint --flake8
markers = flake8

0 comments on commit 1801d3e

Please sign in to comment.