aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt <32886639+mattlyon93@users.noreply.github.com>2020-09-09 22:00:28 +1000
committerGitHub <noreply@github.com>2020-09-09 22:00:28 +1000
commit7c53f870114987e3e7cb891d94625574d09abebe (patch)
tree44376f2f6e75a6cab27723ee9c0963c99725d40e
parent10fabce36d57a82495348799ac7eb5cfe496ef91 (diff)
downloadtpb-lite-7c53f870114987e3e7cb891d94625574d09abebe.tar.gz
tpb-lite-7c53f870114987e3e7cb891d94625574d09abebe.tar.bz2
tpb-lite-7c53f870114987e3e7cb891d94625574d09abebe.zip
Update .travis.yml
-rw-r--r--.travis.yml2
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"