Skip to content

Commit

Permalink
release-0.0.1: Chnages to .travis.yml to exclude tests/__init__.py fr…
Browse files Browse the repository at this point in the history
…om test coverage.
  • Loading branch information
adamltaylor committed Oct 12, 2017
1 parent cf0c61b commit e48e663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
omit = tests/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- pip install -r requirements-dev.txt

script:
- py.test -s -v --cov=pywavesurfer --pep8
- py.test -s -v --cov-config .coveragerc --cov=pywavesurfer --pep8

after_success:
- coveralls

0 comments on commit e48e663

Please sign in to comment.