Skip to content

Commit

Permalink
Removed coverage report to try and get coveralls updating
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed May 14, 2020
1 parent 9d5aab8 commit 516c93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then PYTHONPATH=. pytest --cov=payu -s test; fi;
- cd docs && make html
after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then coverage report -m; coveralls; fi;
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then coveralls; fi;

0 comments on commit 516c93e

Please sign in to comment.