Test on Python 3.9 final

This commit is contained in:
Hugo van Kemenade 2020-10-26 21:59:24 +02:00
parent 052ffdbb4b
commit 3fca42f27d

View File

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