Merge pull request #5010 from hugovk/add-3.9

Travis CI: Test on Python 3.9 final
This commit is contained in:
Andrew Murray 2020-10-27 09:50:13 +11:00 committed by GitHub
commit 76d0951575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ matrix:
- python: "pypy3.6-7.3.1" - python: "pypy3.6-7.3.1"
name: "PyPy3 Xenial" name: "PyPy3 Xenial"
- python: "3.9-dev" - python: "3.9"
name: "3.9-dev Xenial" name: "3.9 Xenial"
services: xvfb services: xvfb
- python: "3.8" - python: "3.8"
name: "3.8 Xenial" name: "3.8 Xenial"
@ -43,9 +43,6 @@ matrix:
env: PYTHONOPTIMIZE=1 env: PYTHONOPTIMIZE=1
services: xvfb services: xvfb
allow_failures:
- python: "3.9-dev"
install: install:
- | - |
if [ "$LINT" == "true" ]; then if [ "$LINT" == "true" ]; then