exclude dropbox

This commit is contained in:
Rob Weber 2019-11-22 15:21:20 -06:00
parent 0b03914175
commit bbbfc3dd84

View File

@ -10,5 +10,5 @@ before_script:
# command to run our tests # command to run our tests
script: 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 - kodi-addon-checker --branch=matrix --allow-folder-id-mismatch