mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-06-16 21:47:14 +02:00
.travis.yml: Add Python 3.7
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user