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

.travis.yml: Test on Python master

But allow failures!
This commit is contained in:
Alan Orth 2020-03-29 16:07:44 +03:00
parent fa9325e8a3
commit 48eef8c8e3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -4,6 +4,10 @@ python:
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"
- master
jobs:
allow_failures:
- go: master
addons: addons:
postgresql: "9.6" postgresql: "9.6"
before_script: before_script: