Skip to content

Commit

Permalink
coveralls again
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Nov 28, 2016
1 parent 734a3f0 commit ca85eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ install:
- "pip install ."

# command to run tests
script: coverage run --source surprise -m pytest
script: pytest

# safelist
branches:
only:
- master

after_success:
- coverage run --source surprise -m pytest
- coveralls

0 comments on commit ca85eaa

Please sign in to comment.