1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-09-21 01:24:46 +02:00

.travis.yml: Add Python 3.7

This commit is contained in:
Alan Orth 2018-09-25 12:17:20 +03:00
parent cd90d618d6
commit 6e47e9c9ee
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -2,6 +2,7 @@ language: python
python: python:
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt