1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-02-18 07:46:22 +01:00
dspace-statistics-api/.travis.yml

10 lines
121 B
YAML
Raw Normal View History

2018-09-25 11:08:01 +03:00
language: python
python:
- "3.5"
- "3.6"
2018-09-25 12:17:20 +03:00
- "3.7"
2018-09-25 11:08:01 +03:00
install:
- pip install -r requirements.txt
# vim: ts=2 sw=2 et