💚 Install libmagic in CI

This commit is contained in:
Yohann D'ANELLO 2020-09-27 13:26:19 +02:00
parent c6c091b741
commit 972902eb23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ py38-django31:
stage: test
image: python:3-alpine
before_script:
- apk add --no-cache libmagic
- pip install tox --no-cache-dir
script: tox -e py38-django31