mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 09:23:08 +01:00
travis: Fix module name
This commit is contained in:
parent
e098097091
commit
32d5a74829
@ -12,7 +12,7 @@ install:
|
||||
script:
|
||||
- flake8 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:
|
||||
- codecov
|
||||
|
Loading…
Reference in New Issue
Block a user