Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
chore: Fix coverage setup
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Apr 28, 2016
1 parent 4b953b4 commit b147989
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ commands = isort -c -rc nopassword tests
[testenv:coverage]
basepython = python3
deps = coverage
commands = coverage combine && coverage report && coverage xml
commands =
coverage combine
coverage report
coverage xml

0 comments on commit b147989

Please sign in to comment.