Skip to content

Commit

Permalink
Only run coveralls once
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Oct 18, 2019
1 parent ebab5d5 commit 50b1419
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 @@ -14,7 +14,7 @@ script:
- python -m pytest --cov=cdcam tests

after_success:
- coveralls
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then coveralls || echo "failed"; fi

deploy:
provider: pypi
Expand Down

0 comments on commit 50b1419

Please sign in to comment.