Skip to content

Commit

Permalink
Add coveralls to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Feb 6, 2014
1 parent a2b87de commit 8db8b44
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 @@ -5,7 +5,7 @@ python:
- 3.3
install:
- pip install -r requirements.txt
- pip install coverage
- pip install coveralls
script: coverage run setup.py test
after_success:
- coveralls

0 comments on commit 8db8b44

Please sign in to comment.