mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
travis: Fix module name
This commit is contained in:
parent
e098097091
commit
32d5a74829
@ -12,7 +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=my_module/ ./setup.py test
|
- coverage run --source=pywal/ ./setup.py test
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
Loading…
Reference in New Issue
Block a user