mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
exclude dropbox
This commit is contained in:
parent
0b03914175
commit
bbbfc3dd84
@ -10,5 +10,5 @@ before_script:
|
||||
|
||||
# command to run our tests
|
||||
script:
|
||||
- flake8 ./ --statistics --show-source --ignore=E501 --exclude=croniter.py,dropbox/* # check python structure against flake8 tests, ignore long lines
|
||||
- flake8 ./ --statistics --show-source --ignore=E501 --exclude=croniter.py,*/dropbox/* # check python structure against flake8 tests, ignore long lines
|
||||
- kodi-addon-checker --branch=matrix --allow-folder-id-mismatch
|
Loading…
Reference in New Issue
Block a user