Skip to content

Commit

Permalink
Limiting coverage to holocube package
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Apr 5, 2016
1 parent 92605cd commit 013c5bd
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 @@ -31,7 +31,7 @@ install:
- python setup.py install

script:
- nosetests --with-doctest --with-coverage
- nosetests --with-doctest --with-coverage --cover-package=holocube
- flake8 --ignore=E,W .

after_success: coveralls

0 comments on commit 013c5bd

Please sign in to comment.