Test with Py3.8 and Py3.9

This commit is contained in:
Yohann D'ANELLO 2020-10-09 14:17:17 +02:00
parent 6429c3cb92
commit d62cb40acd
2 changed files with 10 additions and 1 deletions

View File

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

View File

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