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

10 lines
120 B
YAML
Raw Normal View History

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