1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 06:15:02 +01:00

.travis.yml: Run pip install as script

Basically for now there are no tests so I just want to just check
that requirements.txt is correct and that all dependencies can be
installed.
This commit is contained in:
Alan Orth 2018-10-14 18:47:14 +03:00
parent 9323513794
commit f2deba627c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -3,7 +3,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
install:
script:
- pip install -r requirements.txt
# vim: ts=2 sw=2 et