Skip to content

Commit

Permalink
Coverage is optional in tox
Browse files Browse the repository at this point in the history
"coverage combine" fails if env COVERAGE is unset, but should not make
tox fail.
  • Loading branch information
jwhitlock committed Aug 22, 2017
1 parent 3be6fab commit 4d20cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -11,7 +11,7 @@ skip_missing_interpreters = True
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH COVERAGE RUNTEST_ARGS DATABASE_URL
commands =
./runtests.sh {env:RUNTEST_ARGS:}
coverage combine
- coverage combine
deps =
coveralls
dj-database-url
Expand Down

0 comments on commit 4d20cf6

Please sign in to comment.