diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..016b2e3 --- /dev/null +++ b/.travis.yml @@ -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 \ No newline at end of file