Skip to content

Commit

Permalink
Actually ignore .eggs in coverage calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin authored Oct 11, 2017
1 parent de66569 commit eab0dd9
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 @@ -29,7 +29,7 @@ install:
script:
- export NC_HOME='.' # NeuroConstruct isn't used but tests need this
# variable set to pass.
- coverage run --source=. --omit=*unit_test*,setup.py,.eggs setup.py test
- coverage run --source=. --omit=*unit_test*,setup.py,*.eggs* setup.py test
after_success:
- coveralls

0 comments on commit eab0dd9

Please sign in to comment.