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:
parent
70e96214c8
commit
0eaed3e8c4
@ -6,10 +6,10 @@ python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- master
|
||||
- "3.8-dev" # 3.8 development branch
|
||||
jobs:
|
||||
allow_failures:
|
||||
- python: master
|
||||
- python: "3.8-dev"
|
||||
addons:
|
||||
postgresql: "10"
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user