diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ passenv = CI TRAVIS TRAVIS_* APPVEYOR* setenv = PYTHONPATH={toxinidir} extras = test commands = - py.test {posargs} --cov + py.test {posargs} --cov --junitxml=junit/test-results.xml codecov [testenv:docs] |