Skip to content

Commit

Permalink
Travis: fix/improve after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Sep 8, 2018
1 parent 20e4c18 commit 4fec221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -25,10 +25,10 @@ script:
- tox

after_success:
- pip install codecov coveralls
- pip install codecov
- codecov -X search gcov pycov -f coverage.xml --required
# coveralls only support one env.
- if [ "$TOXENV" = py36 ]; then coveralls; fi
- codecov -X search gcov pycov -f coverage.xml
- if [ "$TOXENV" = py36 ]; then pip install coveralls; coveralls; fi

notifications:
email: false

0 comments on commit 4fec221

Please sign in to comment.