Missing libs in Gitlab CI

This commit is contained in:
Yohann D'ANELLO 2020-10-09 14:13:10 +02:00
parent d9bd3688a7
commit 37f4f7a721
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py38
py39
linters
skipsdist = True