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

.travis.yml: Test with Python 3.8

This commit is contained in:
Alan Orth 2019-11-15 00:46:04 +02:00
parent afcc445855
commit 3bc07027e5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -4,6 +4,7 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8"
addons: addons:
postgresql: "9.6" postgresql: "9.6"
before_script: before_script: