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

Moritz Huebner: Trying to make the CI running again

parent b9e2ba23
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -21,14 +21,8 @@ exitcode-jessie:
- pip install -r requirements.txt
- pip install coverage
- pip install coverage-badge
# - python setup.py install
# - for test in test/*.py; do coverage run $test; done
# - export PYTHONPATH=$CI_CONFIG_PATH/peyote
# - coverage run test/parameter_tests.py
# - coverage run test/tests.py
# - coverage run test/waveform_generator_tests.py
- coverage run test_runner.py
- coverage html --peyote/*
- coverage html --include=peyote/*
- coverage-badge -o coverage.svg
artifacts:
paths:
......
......@@ -173,5 +173,6 @@ class TestFixMethod(unittest.TestCase):
self.parameter.fix()
self.assertIsNone(self.parameter.prior)
if __name__ == '__main__':
unittest.main()
\ No newline at end of file
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