Skip to content
Snippets Groups Projects
Commit 39817ef4 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Removed the integration tests temporarily

parent 5836c5af
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -24,11 +24,8 @@ exitcode-jessie:
- python setup.py install
- coverage erase
- coverage run --include=tupak/* -a test/detector_tests.py
- coverage run --omit=tupak/* -a test/example_tests.py
- coverage run --omit=tupak/* -a test/noise_realisation_tests.py
- coverage run --include=tupak/* -a test/prior_tests.py
- coverage run --include=tupak/* -a test/sampler_tests.py
- coverage run --omit=tupak/* -a test/tests.py
- coverage run --include=tupak/* -a test/waveform_generator_tests.py
- coverage html
- coverage-badge -o coverage_badge.svg -f
......
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