1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-25 21:29:37 +02:00

Add .travis.yml

This commit is contained in:
2018-09-25 11:08:01 +03:00
parent 46a1476ab0
commit 295436fea0

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
# vim: ts=2 sw=2 et