.gitlab-ci.yml: add libffi-dev, openssl-dev

This commit is contained in:
Luna Mendes 2018-11-13 04:14:15 -03:00
parent c4b90d674a
commit b58a0c5c84
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cache:
tests:
before_script:
- python -V
- apk --update add --no-cache build-base gcc libgcc
- apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev
- pip3 install pipenv wheel tox
- pipenv install --dev
script: