From 7c53f870114987e3e7cb891d94625574d09abebe Mon Sep 17 00:00:00 2001 From: Matt <32886639+mattlyon93@users.noreply.github.com> Date: Wed, 9 Sep 2020 22:00:28 +1000 Subject: Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3