mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 16:44:04 +01:00
travis: Fix flags
This commit is contained in:
parent
7eca144a8f
commit
a745c856c1
@ -12,8 +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=pywal/ ./setup.py test
|
- coverage run --omit=pywal/wallpaper.py --source=pywal/ ./setup.py test
|
||||||
- coverage report --omit=pywal/wallpaper.py
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
Loading…
Reference in New Issue
Block a user