1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-30 01:53:48 +02:00

.travis.yml: Move script to one line

This commit is contained in:
Alan Orth 2018-10-14 18:53:45 +03:00
parent f2deba627c
commit 49a7790794
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

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