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

12 lines
151 B
YAML
Raw Normal View History

2018-09-25 11:08:01 +03:00
language: python
python:
- "3.5"
- "3.6"
- "3.7-dev"
2018-10-14 18:53:45 +03:00
script: pip install -r requirements.txt
2018-10-14 19:00:31 +03:00
branches:
only:
- master
2018-09-25 11:08:01 +03:00
# vim: ts=2 sw=2 et