1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-25 21:29:37 +02:00

.travis.yml: Remove pipenv-specific environment variables

This commit is contained in:
2019-11-15 00:48:57 +02:00
parent 95f7871cc1
commit b8442f8cce

View File

@ -17,8 +17,5 @@ install:
- "pip install -r requirements.txt"
- "pip install -r requirements-dev.txt"
script: pytest
env:
- PIPENV_NOSPIN=True
- PIPENV_HIDE_EMOJIS=True
# vim: ts=2 sw=2 et