1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-08-02 01:54:54 +02:00

sympasoap should only be used in production (too much useless dependencies)

This commit is contained in:
Yohann D'ANELLO
2020-10-09 14:15:52 +02:00
parent 37f4f7a721
commit 6429c3cb92
3 changed files with 3 additions and 4 deletions

View File

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