Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Jun 30, 2015
1 parent cb9051d commit 697b535
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Expand Up @@ -16,6 +16,10 @@ env:
script:
- tox
after_success:
if [[ $TOXENV =~ "with_coverage" ]] then
coveralls
fi
case "$TOXENV" in
*with_coverage*)
coveralls
;;
esac


0 comments on commit 697b535

Please sign in to comment.