Skip to content

Commit

Permalink
[CI] Add py38 to job
Browse files Browse the repository at this point in the history
  • Loading branch information
wiccy46 authored and aleneum committed Mar 10, 2021
1 parent 3b6a2f8 commit fb5e997
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
global:
AUDIODEV=null

jobs:
matrix:
include:
- os: linux
python: 3.7
Expand All @@ -38,8 +38,22 @@ jobs:
env:
- TRAVIS_OS=Linux
- PYTHON_VERSION=3.7
- os: linux
python: 3.8
addons:
apt:
packages:
- portaudio19-dev
env:
- TRAVIS_OS=Linux
- PYTHON_VERSION=3.8
- os: osx
python: 3.7
env:
- TRAVIS_OS=MacOSX
- PYTHON_VERSION=3.7
- os: osx
python: 3.8
env:
- TRAVIS_OS=MacOSX
- PYTHON_VERSION=3.8

0 comments on commit fb5e997

Please sign in to comment.