diff --git a/.travis-addon.example.yml b/.travis-addon.example.yml index 629761ef..ae82aca6 100644 --- a/.travis-addon.example.yml +++ b/.travis-addon.example.yml @@ -1,6 +1,6 @@ dist: bionic language: python -python: 3.7 +python: 3.8 install: - pip install kodi-addon-checker diff --git a/.travis-repo.example.yml b/.travis-repo.example.yml index df681532..864ec482 100644 --- a/.travis-repo.example.yml +++ b/.travis-repo.example.yml @@ -1,6 +1,6 @@ dist: bionic language: python -python: 3.7 +python: 3.8 install: - pip install kodi-addon-checker diff --git a/.travis.yml b/.travis.yml index 6f86232a..ac5f079a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,13 @@ dist: bionic language: python -python: 3.7 +python: 3.8 matrix: include: - python: 3.5 - python: 3.6 - python: 3.7 + - python: 3.8 - env: REPO=repo-plugins BRANCH=gotham - env: REPO=repo-plugins BRANCH=helix - env: REPO=repo-plugins BRANCH=isengard