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

.travis.yml: Use Ubuntu 16.04 xenial image

This is a newer userland and allows us to use Python 3.7, for example.

See: https://docs.travis-ci.com/user/reference/xenial/
This commit is contained in:
Alan Orth 2019-02-07 17:41:36 +02:00
parent 5429fe5cc8
commit c86bec4d8f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,8 +1,9 @@
dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
addons:
postgresql: "9.5"
before_script: