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

Add graphviz for tests

parent 7b53b437
No related branches found
No related tags found
1 merge request!9Test graph generation
Pipeline #13264 failed with stage
in 29 seconds
run_tests: run_tests:
image: "python:$VERSION" image: "python:$VERSION"
script: script:
- apt install graphviz
- pip install -e .[dev] - pip install -e .[dev]
- export PYTHONPATH="$(pwd)" - export PYTHONPATH="$(pwd)"
- coverage run --source . run_tests.py - coverage run --source . run_tests.py
......
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