1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-05 01:26:54 +00:00

💚 Install libmagic in CI

This commit is contained in:
Yohann D'ANELLO 2020-09-27 13:26:19 +02:00
parent c6c091b741
commit 972902eb23

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