Skip to content

Commit

Permalink
Added Travis configuration for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 9, 2015
1 parent 596015c commit dd00a0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ env:
- TOX_ENV=docs
- TOX_ENV=flake8
install:
- pip install tox
- pip install tox coveralls
script:
- tox -e $TOX_ENV
after_success:
- coveralls
notifications:
irc: "chat.freenode.net#asphalt"

0 comments on commit dd00a0e

Please sign in to comment.