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

Merge branch 'run-tests' into 'main'

Update .gitlab-ci.yml

See merge request !2
parents 846da28f 5929e94b
No related branches found
No related tags found
1 merge request!2Update .gitlab-ci.yml
Pipeline #13113 passed with stage
in 35 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