diff --git a/.travis.yml b/.travis.yml index 19b4765..03780c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: # Push the results back to codecov after_success: - - codecov + - coverage xml && codecov -f coverage.xml --commit=$TRAVIS_COMMIT" # Deploy updates on master to pypi, which will only succeed if there's been a version bump deploy: