xbmcbackup/.travis.yml

14 lines
407 B
YAML
Raw Permalink Normal View History

dist: xenial
language: python
python: 3.7
install:
2019-10-10 21:59:13 +02:00
- pip install flake8 kodi-addon-checker
before_script:
- git config core.quotepath false
# command to run our tests
script:
2019-12-06 20:33:31 +01:00
- flake8 ./ --statistics --show-source --builtins=sys --ignore=E501,E722 --exclude=croniter.py # check python structure against flake8 tests, ignore long lines
2019-11-22 22:18:36 +01:00
- kodi-addon-checker --branch=matrix --allow-folder-id-mismatch