diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d446e83..0dda840 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ python: install: - pip install coverage coveralls . # command to run tests -script: "coverage run -m unittest discover -s 'tests/' -p 'test_*.py'" +script: "coverage run --source=. -m unittest discover -s 'tests/' -p 'test_*.py'" after_success: "coveralls" |