1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-29 09:33:47 +02:00
dspace-statistics-api/.travis.yml
2018-09-25 11:08:01 +03:00

9 lines
111 B
YAML

language: python
python:
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
# vim: ts=2 sw=2 et