Skip to content

Commit

Permalink
Add coveralls in travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
meetps committed Jun 7, 2016
1 parent 5b033ad commit 326c61f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ language: python
python:
- "2.7"

install:
- pwd
- pip install coveralls

script:
- py.test
- py.test

after_success:
- coveralls

0 comments on commit 326c61f

Please sign in to comment.