Skip to content

Commit

Permalink
Added some debugging to check .coverage file persists
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed May 14, 2020
1 parent 2a3e40a commit 422c37e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ script:
- payu list
- pylint --extension-pkg-whitelist=netCDF4 -E payu
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then PYTHONPATH=. pytest --cov=payu -s test; fi;
- ls -l .coverage
- cd docs && make html
after_success:
- ls -l .coverage
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then coveralls; fi;

0 comments on commit 422c37e

Please sign in to comment.