travis: Fix module name

This commit is contained in:
Dylan Araps 2017-07-23 20:01:18 +10:00
parent e098097091
commit 32d5a74829

View File

@ -12,7 +12,7 @@ install:
script: script:
- flake8 pywal tests setup.py - flake8 pywal tests setup.py
- pylint 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: after_success:
- codecov - codecov