.gitlab-ci.yml: try to fix pillow by adding -dev packages

This commit is contained in:
Luna Mendes 2018-11-15 00:31:02 -03:00
parent eed4912440
commit 7333651a7d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cache:
tests: tests:
before_script: before_script:
- python -V - python -V
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client - 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 - pipenv install --dev
script: script: