Skip to content
Snippets Groups Projects
Commit 9383d878 authored by Moul's avatar Moul
Browse files

[CI] Add Python v3.8 tests

parent ea8fe3b7
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,12 @@ tests-3.7: ...@@ -73,6 +73,12 @@ tests-3.7:
paths: paths:
- cov_html - cov_html
tests-3.8:
extends: .tests
image: $DOCKER_IMAGE/3.8:latest
script:
- poetry run pytest
pypi_test: pypi_test:
stage: publish stage: publish
when: manual when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment