Python 3.9 got released and broke the tests

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

View File

@ -2,13 +2,13 @@ stages:
- test
- quality-assurance
py38:
py39:
stage: test
image: python:3-alpine
before_script:
- apk add --no-cache libmagic
- pip install tox --no-cache-dir
script: tox -e py38
script: tox -e py39
linters:
stage: quality-assurance