travis: fix coverage

This commit is contained in:
Dylan Araps 2017-07-23 19:52:45 +10:00
parent dafbd21b5e
commit 923ea0011c

View File

@ -12,5 +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
- python setup.py test - coverage run ./setup.py test
- codecov
after_success:
- codecov