Skip to content

Commit

Permalink
Try and get coveralls working
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed May 14, 2020
1 parent 2691b5e commit 8dc7abf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then PYTHONPATH=. coverage run --source payu -m py.test -s test; fi;
- cd docs && make html
after_success:
- coverage report -m
- coveralls
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then coverage report -m; coveralls; fi;

0 comments on commit 8dc7abf

Please sign in to comment.