stages: - test - quality-assurance py39: stage: test image: python:3-alpine before_script: - apk add --no-cache libmagic libxml2-dev libxslt-dev - pip install tox --no-cache-dir script: tox -e py39 linters: stage: quality-assurance image: python:3-alpine before_script: - pip install tox --no-cache-dir script: tox -e linters