Skip to content

Commit

Permalink
MOD: .travis.yml for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moguf committed Aug 24, 2016
1 parent 82cb55a commit c6ce6ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ install:
- pip install -r requirements.txt
- pip install coveralls
script:
coverage run --source=cafepy setup.py test
after_success:
coveralls
- coverage run --source=cafepy setup.py test
after_success: coveralls

0 comments on commit c6ce6ec

Please sign in to comment.