added travis testing script (kodi addon checker)

This commit is contained in:
Rob Weber 2019-08-27 08:45:45 -05:00
parent 1f2e315208
commit 4c5f6774df

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
dist: xenial
language: python
python: 3.7
install:
- pip install kodi-addon-checker
before_script:
- git config core.quotepath false
# command to run our tests
script:
- kodi-addon-checker --branch=krypton