mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-09 22:37:33 +02:00
travis: Fix module name
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user