From 32d5a748294e2b164a333abc10be928aab47076c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 23 Jul 2017 20:01:18 +1000 Subject: [PATCH] travis: Fix module name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78a6edc..c420e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: script: - flake8 pywal tests setup.py - pylint pywal tests setup.py - - coverage run --source=my_module/ ./setup.py test + - coverage run --source=pywal/ ./setup.py test after_success: - codecov