mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +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:
parent
70e96214c8
commit
0eaed3e8c4
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user