1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-22 22:05:03 +01:00

.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

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