travis: include all files instead of just osclib in coverage.
This commit is contained in:
parent
7d266d5d0a
commit
fb010c77b0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user