Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Merged Bryan Brancotte requested to merge run-tests into main
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
+ 13
0
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:
stage: deploy
rules:
Loading