mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
13 lines
212 B
YAML
13 lines
212 B
YAML
|
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
|