Skip to content
Snippets Groups Projects
Commit 6ca433b2 authored by JuniorJPDJ's avatar JuniorJPDJ
Browse files

feat(ci): test on every python version

parent db1f14f3
Branches
No related tags found
1 merge request!23feat(ci): test on every python version
...@@ -15,13 +15,16 @@ cache: ...@@ -15,13 +15,16 @@ cache:
test: test:
stage: test stage: test
image: python:3.6 image: python:$PY_VER
before_script: before_script:
- pip install .[test] - pip install .[test]
script: script:
- pytest - pytest
tags: tags:
- docker - docker
parallel:
matrix:
- PY_VER: ["3.6", "3.7", "3.8", "3.9", "3.10"]
build-linux: build-linux:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment