mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
pep8 fixes
This commit is contained in:
parent
5e2d099448
commit
710bcd08f8
@ -10,5 +10,5 @@ before_script:
|
|||||||
|
|
||||||
# command to run our tests
|
# command to run our tests
|
||||||
script:
|
script:
|
||||||
- flake8 ./ --statistics --show-source --ignore=E501,E722 --exclude=croniter.py,relativedelta.py,*/dropbox/* # check python structure against flake8 tests, ignore long lines
|
- flake8 ./ --statistics --show-source --builtins=sys --ignore=E501,E722 --exclude=croniter.py,relativedelta.py,*/dropbox/* # check python structure against flake8 tests, ignore long lines
|
||||||
- kodi-addon-checker --branch=matrix --allow-folder-id-mismatch
|
- kodi-addon-checker --branch=matrix --allow-folder-id-mismatch
|
Loading…
Reference in New Issue
Block a user