From 0449fad9a3be92cc4e2dba4d0c8443d7ac9dbeda Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Sat, 17 Nov 2018 22:42:57 -0300 Subject: [PATCH] Revert ".gitlab-ci.yml: drop pipenv install pre-script" This reverts commit d11f8692e412fcfd73c5adf2778389c43e5a402d. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 779e6a9..8b5e3dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ tests: - 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 - pip3 install pipenv wheel tox + - pipenv install --dev script: - ls - cp config.ci.py config.py