mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 22:35:06 +01:00
.travis.yml: Use vanilla pip
This commit is contained in:
parent
3bc07027e5
commit
95f7871cc1
@ -14,8 +14,8 @@ before_script:
|
|||||||
- createdb -U postgres -O dspacestatistics --encoding=UNICODE dspacestatistics
|
- createdb -U postgres -O dspacestatistics --encoding=UNICODE dspacestatistics
|
||||||
- psql -U postgres -d dspacestatistics < tests/dspacestatistics.sql
|
- psql -U postgres -d dspacestatistics < tests/dspacestatistics.sql
|
||||||
install:
|
install:
|
||||||
- "pip install pipenv --upgrade-strategy=only-if-needed"
|
- "pip install -r requirements.txt"
|
||||||
- "pipenv install --dev"
|
- "pip install -r requirements-dev.txt"
|
||||||
script: pytest
|
script: pytest
|
||||||
env:
|
env:
|
||||||
- PIPENV_NOSPIN=True
|
- PIPENV_NOSPIN=True
|
||||||
|
Loading…
Reference in New Issue
Block a user