.travis.yml: Bump Python versions

Test Python 3.9 now that it was released, and allow tests to fail
on nightly builds.
This commit is contained in:
Alan Orth 2020-10-29 00:03:58 +03:00
parent 549b8bf1a7
commit 59214ffcb6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 2 deletions

View File

@ -4,10 +4,11 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev" # 3.8 development branch
- "3.9"
- "nightly"
jobs:
allow_failures:
- python: "3.8-dev"
- python: "nightly"
addons:
postgresql: "10"
before_script: