We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a227ba2 commit a6479ceCopy full SHA for a6479ce
tox.ini
@@ -25,6 +25,7 @@ deps =
25
commands =
26
coverage run --append setup.py test
27
coverage report --omit='.tox/*'
28
+ python -m xmlrunner discover -p test_xmlrunner_output
29
codecov -e TOXENV
30
-coveralls
31
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
0 commit comments