travis: Fix flags

This commit is contained in:
Dylan Araps 2017-07-23 20:49:23 +10:00
parent 7eca144a8f
commit a745c856c1

View File

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