Skip to content

Commit

Permalink
Add coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Aug 4, 2015
1 parent 5466ddb commit aca103a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
install: pip install --use-mirrors .
script: python setup.py test
install:
- pip install --use-mirrors .
- pip install --use-mirrors coveralls coverage
script: coverage run --source=pytool setup.py test
after_success: coveralls

0 comments on commit aca103a

Please sign in to comment.