1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-07-01 10:33:47 +02:00
dspace-statistics-api/.travis.yml

9 lines
120 B
YAML
Raw Normal View History

2018-09-25 10:08:01 +02:00
language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"
2018-10-14 17:53:45 +02:00
script: pip install -r requirements.txt
2018-09-25 10:08:01 +02:00
# vim: ts=2 sw=2 et