diff --git a/.travis.yml b/.travis.yml index 98db87c..2bbee68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,10 @@ install: script: - pylint lib/*.py -#- kodi-addon-checker . --branch=krypton -#- kodi-addon-checker . --branch=leia +- kodi-addon-checker . --branch=gotham +- kodi-addon-checker . --branch=helix +- kodi-addon-checker . --branch=isengard +- kodi-addon-checker . --branch=jarvis +- kodi-addon-checker . --branch=krypton +- kodi-addon-checker . --branch=leia - pytest lib/tests.py diff --git a/Makefile b/Makefile index 4697bf1..0eb6e72 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,9 @@ all: test package: zip -test: sanity unit +test: sanity unit addon -sanity: tox pylint +sanity: pylint tox: @echo -e "$(white)=$(blue) Starting sanity tox test$(reset)"