Skip to content

Commit

Permalink
Only cover the aspectlib package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Feb 25, 2014
1 parent 4569ade commit 94c85e4
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:
script:
- |
if [[ $WITH_COVERAGE == yes ]]; then
tox -v -e $TRAVIS_PYTHON_VERSION -- nosetests test_aspectlib --with-cov --cover-branch --cover-erase
tox -v -e $TRAVIS_PYTHON_VERSION -- nosetests test_aspectlib --with-cov --cover-branch --cover-erase --cover-package=aspectlib
else
tox -v -e $TRAVIS_PYTHON_VERSION
fi
Expand Down

0 comments on commit 94c85e4

Please sign in to comment.