mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
Disable emojis and animated output in CI
Makes for cleaner logs. See: https://docs.travis-ci.com/user/environment-variables/ See: https://man.sr.ht/builds.sr.ht/manifest.md
This commit is contained in:
parent
7bca32189a
commit
60689d9014
@ -19,3 +19,6 @@ tasks:
|
|||||||
- test: |
|
- test: |
|
||||||
cd dspace-statistics-api
|
cd dspace-statistics-api
|
||||||
pipenv run pytest
|
pipenv run pytest
|
||||||
|
environment:
|
||||||
|
PIPENV_NOSPIN: 'True'
|
||||||
|
PIPENV_HIDE_EMOJIS: 'True'
|
||||||
|
@ -16,5 +16,8 @@ install:
|
|||||||
- "pip install pipenv --upgrade-strategy=only-if-needed"
|
- "pip install pipenv --upgrade-strategy=only-if-needed"
|
||||||
- "pipenv install --dev"
|
- "pipenv install --dev"
|
||||||
script: pytest
|
script: pytest
|
||||||
|
env:
|
||||||
|
- PIPENV_NOSPIN=True
|
||||||
|
- PIPENV_HIDE_EMOJIS=True
|
||||||
|
|
||||||
# vim: ts=2 sw=2 et
|
# vim: ts=2 sw=2 et
|
||||||
|
Loading…
Reference in New Issue
Block a user