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