xbmcbackup/.travis.yml

14 lines
395 B
YAML
Raw 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-10-10 21:59:13 +02:00
- flake8 ./ --statistics --show-source --ignore=E501 --exclude=croniter.py,dropbox/* # check python structure against flake8 tests, ignore long lines
2019-08-27 21:44:17 +02:00
- kodi-addon-checker --branch=leia --allow-folder-id-mismatch