Skip to content

Commit

Permalink
Omit python source files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
drx committed Dec 26, 2016
1 parent 0c0a75d commit 9304066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ python:
- "3.6-dev"
- "nightly"

script: coverage run -m py.test
script: coverage run --source . -m py.test

after_success:
coveralls

0 comments on commit 9304066

Please sign in to comment.