travis: Fix coverage

This commit is contained in:
Dylan Araps 2017-07-23 19:56:08 +10:00
parent 923ea0011c
commit e098097091

View File

@ -12,7 +12,7 @@ install:
script:
- flake8 pywal tests setup.py
- pylint pywal tests setup.py
- coverage run ./setup.py test
- coverage run --source=my_module/ ./setup.py test
after_success:
- codecov