Skip to content

Commit

Permalink
Try to add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dripton committed Jul 12, 2014
1 parent 8f24da5 commit 13d5b18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -13,7 +13,11 @@ before_install:
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements-test.txt --use-mirrors
- pip install coveralls
- pip install .

script:
- py.test

after_success:
coveralls

0 comments on commit 13d5b18

Please sign in to comment.