.gitlab-ci.yml: drop pipenv install pre-script

we're pratically installing packages twice for no reason, since tox
will also run pipenv install on its environment.
This commit is contained in:
Luna Mendes 2018-11-17 18:53:26 -03:00
parent 0aa679677f
commit d11f8692e4
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ tests:
- python -V - python -V
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev - apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev
- pip3 install pipenv wheel tox - pip3 install pipenv wheel tox
- pipenv install --dev
script: script:
- ls - ls
- cp config.ci.py config.py - cp config.ci.py config.py