1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-29 22:50:09 +02: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:
2020-03-29 16:26:57 +03:00
parent 70e96214c8
commit 0eaed3e8c4

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: