Skip to content

Commit

Permalink
Enable kodi-addon-checker by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Aug 20, 2019
1 parent a639689 commit 9fa83c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 9fa83c7

Please sign in to comment.