1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-26 16:13:47 +02:00

.travis.yml: Use Python 3.7-dev instead of 3.7

I don't think Travis supports Python 3.7 yet because the builds for
that version keep failing.
This commit is contained in:
Alan Orth 2018-10-14 18:57:30 +03:00
parent 49a7790794
commit 600b986f99
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -2,7 +2,7 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev"
script: pip install -r requirements.txt
# vim: ts=2 sw=2 et