Skip to content

Commit

Permalink
Added python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bstellato committed Nov 12, 2019
1 parent a3e094b commit 115e28c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ matrix:
- os: linux
env:
- PYTHON_VERSION=3.7
- os: linux
env:
- PYTHON_VERSION=3.8
- os: osx
env:
- PYTHON_VERSION=3.5
Expand All @@ -39,6 +42,9 @@ matrix:
- os: osx
env:
- PYTHON_VERSION=3.7
- os: osx
env:
- PYTHON_VERSION=3.8

install:
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ environment:
- PYTHON_VERSION: 3.5
- PYTHON_VERSION: 3.6
- PYTHON_VERSION: 3.7
- PYTHON_VERSION: 3.8


init:
Expand Down

0 comments on commit 115e28c

Please sign in to comment.