1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-26 16:13:47 +02:00

Add .travis.yml

This commit is contained in:
Alan Orth 2018-09-25 11:08:01 +03:00
parent 46a1476ab0
commit 295436fea0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

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