Skip to content

Commit

Permalink
Update TravisCI for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
romaryd committed Dec 31, 2017
1 parent 5e22f6f commit 2aca97c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ language: python
python:
- "2.7"
- "3.6"
install: pip install tox-travis
install:
- pip install tox-travis
- pip install coveralls
script: tox
after_script: coveralls
notifications:
email:
recipients:
- romary@me.com
on_success: change
on_failure: always

0 comments on commit 2aca97c

Please sign in to comment.