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:
parent
549b8bf1a7
commit
59214ffcb6
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user