mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-05-25 05:12:47 +02:00
.travis.yml: Use vanilla pip
This commit is contained in:
@ -14,8 +14,8 @@ before_script:
|
||||
- createdb -U postgres -O dspacestatistics --encoding=UNICODE dspacestatistics
|
||||
- psql -U postgres -d dspacestatistics < tests/dspacestatistics.sql
|
||||
install:
|
||||
- "pip install pipenv --upgrade-strategy=only-if-needed"
|
||||
- "pipenv install --dev"
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install -r requirements-dev.txt"
|
||||
script: pytest
|
||||
env:
|
||||
- PIPENV_NOSPIN=True
|
||||
|
Reference in New Issue
Block a user