Skip to content
Snippets Groups Projects
Commit 06588731 authored by moritz's avatar moritz
Browse files

Moritz Huebner: Trying to make the CI running again

parent 9d640f17
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -21,7 +21,7 @@ exitcode-jessie:
- pip install -r requirements.txt
- pip install coverage
- pip install coverage-badge
- coverage run test_runner.py
- for test in test/*.py; do coverage run $test; done
- coverage html --include=peyote/*
- coverage-badge -o coverage.svg
artifacts:
......
import peyote
exec(open('test/parameter_tests.py').read())
#exec(open('test/parameter_tests.py').read())
#exec(open('test/tests.py').read())
exec(open('test/waveform_generator_tests.py').read())
#exec(open('test/waveform_generator_tests.py').read())
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