1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-16 05:27:15 +02:00

.travis.yml: Move script to one line

This commit is contained in:
2018-10-14 18:53:45 +03:00
parent f2deba627c
commit 49a7790794

View File

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