xbmcbackup/.travis.yml

14 lines
416 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-11-25 22:20:36 +01:00
- flake8 ./ --statistics --show-source --ignore=E501 --exclude=croniter.py,relativedelta.py,*/dropbox/* # 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