Skip to content
Snippets Groups Projects
Commit 4f03b791 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Move codecov to conditional if $COVERAGE

parent 6d832412
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,8 @@ before_script:
script:
- pip install -e .
- python setup.py test
- codecov
after_success:
- if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; fi
- if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; codecov; fi
after_script:
- travis-cleanup
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment