xbmcbackup/.travis.yml

14 lines
421 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-11-26 17:31:48 +01:00
- flake8 ./ --statistics --show-source --ignore=E501,E722 --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