Skip to content

Commit

Permalink
Change travis script to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
drx committed Dec 26, 2016
1 parent 3028d62 commit 0c0a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python:
- "3.6-dev"
- "nightly"

script: PYTHONPATH=. py.test
script: coverage run -m py.test

after_success:
coveralls

0 comments on commit 0c0a75d

Please sign in to comment.