Skip to content

Commit

Permalink
Turn off travis email, and keep trying to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dripton committed Jul 12, 2014
1 parent 036acb5 commit dc1b739
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ install:
- pip install .

script:
- py.test --cov slugathon --cov-report term-missing
- cd slugathon
- py.test --cov slugathon --cov-report term-missing test/

after_success:
coveralls

notifications:
email: false

0 comments on commit dc1b739

Please sign in to comment.