diff options
author | Matt <32886639+mattlyon93@users.noreply.github.com> | 2020-09-09 22:00:28 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 22:00:28 +1000 |
commit | 7c53f870114987e3e7cb891d94625574d09abebe (patch) | |
tree | 44376f2f6e75a6cab27723ee9c0963c99725d40e /.travis.yml | |
parent | 10fabce36d57a82495348799ac7eb5cfe496ef91 (diff) | |
download | tpb-lite-7c53f870114987e3e7cb891d94625574d09abebe.tar.gz tpb-lite-7c53f870114987e3e7cb891d94625574d09abebe.tar.bz2 tpb-lite-7c53f870114987e3e7cb891d94625574d09abebe.zip |
Update .travis.yml
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" |