Skip to content

Commit

Permalink
[ci] travis: use Python 3.8 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Nov 5, 2019
1 parent 0b811ab commit 1b64977
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis-addon.example.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: bionic
language: python
python: 3.7
python: 3.8

install:
- pip install kodi-addon-checker
Expand Down
2 changes: 1 addition & 1 deletion .travis-repo.example.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: bionic
language: python
python: 3.7
python: 3.8

install:
- pip install kodi-addon-checker
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b64977

Please sign in to comment.