Skip to content

Commit

Permalink
Travis CI: Add Python 3.8 and 3.9 release candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 2, 2020
1 parent a5166ec commit f338b3f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
sudo: required
dist: bionic
os: linux
dist: focal
language: python
before_install:
- sudo apt-get update --fix-missing
install:
- sudo apt-get install -y ffmpeg libopus-dev python-scipy python3-scipy
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
- "pypy2"
- "pypy3"
jobs:
allow_failures:
- python: "3.9-dev"
script:
- python test/test.py
after_script:
Expand Down

0 comments on commit f338b3f

Please sign in to comment.