1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 14:25:01 +01:00

.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

View File

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