Skip to content
Snippets Groups Projects
Commit 5929e94b authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

Update .gitlab-ci.yml

parent 846da28f
No related branches found
No related tags found
1 merge request!2Update .gitlab-ci.yml
Pipeline #13111 passed with stage
in 41 seconds
run_tests:
image: "python:$VERSION"
script:
- pip install -e .[dev]
- export PYTHONPATH="$(pwd)"
- coverage run --source . run_tests.py
- coverage report -m
parallel:
matrix:
- VERSION: ['3.8', '3.11']
upload: upload:
stage: deploy stage: deploy
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment