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

.travis.yml: Use Python 3.8-dev instead of master

See: https://docs.travis-ci.com/user/languages/python/#specifying-python-versions
This commit is contained in:
Alan Orth 2020-03-29 16:26:57 +03:00
parent 70e96214c8
commit 0eaed3e8c4
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -6,10 +6,10 @@ python:
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"
- master - "3.8-dev" # 3.8 development branch
jobs: jobs:
allow_failures: allow_failures:
- python: master - python: "3.8-dev"
addons: addons:
postgresql: "10" postgresql: "10"
before_script: before_script: