.travis.yml: Remove env

This seems to make Travis run one job for each variable.
This commit is contained in:
Alan Orth 2019-07-29 11:51:12 +03:00
parent 17f4a26ac0
commit 913500cfff
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

View File

@ -8,8 +8,5 @@ install:
- "pip install pipenv --upgrade-strategy=only-if-needed"
- "pipenv install --dev"
script: pytest
env:
- PIPENV_NOSPIN=True
- PIPENV_HIDE_EMOJIS=True
# vim: ts=2 sw=2 et