travis: include all files instead of just osclib in coverage.

This commit is contained in:
Jimmy Berry 2017-10-20 17:12:17 -05:00
parent 7d266d5d0a
commit fb010c77b0

View File

@ -54,7 +54,7 @@ matrix:
- pip install -r requirements.txt
- pip install python-coveralls
script:
- nosetests --with-coverage --cover-package=osclib --cover-inclusive
- nosetests --with-coverage --cover-package=. --cover-inclusive
after_success:
- coveralls