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:
parent
5429fe5cc8
commit
c86bec4d8f
@ -1,8 +1,9 @@
|
||||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
- "3.7"
|
||||
addons:
|
||||
postgresql: "9.5"
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user