Skip to content

Commit

Permalink
travis-ci: exclude versioneer file from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod authored and Duncan Macleod committed Jan 12, 2017
1 parent 3918d8f commit 1ed9f33
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 @@ -32,7 +32,7 @@ install:
- python setup.py build

script:
- coverage run --source=omicron --omit="omicron/tests/*,omicron/version.py" -m py.test -v omicron/
- coverage run --source=omicron --omit="omicron/tests/*,omicron/_version.py" -m py.test -v omicron/
- pip install .

after_success:
Expand Down

0 comments on commit 1ed9f33

Please sign in to comment.