From 4c5f6774df87170b7be427ac084e54cd3e844ccc Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Tue, 27 Aug 2019 08:45:45 -0500 Subject: [PATCH] added travis testing script (kodi addon checker) --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml 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