.travis.yml: Remove pipenv-specific environment variables

This commit is contained in:
Alan Orth 2019-11-15 00:48:57 +02:00
parent 95f7871cc1
commit b8442f8cce
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

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