1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-02-19 16:26:23 +01:00
dspace-statistics-api/.travis.yml

9 lines
111 B
YAML
Raw Normal View History

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