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:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
# vim: ts=2 sw=2 et
|
Reference in New Issue
Block a user