From 39817ef4a83eb3ca1115ea921beebb9f5e776f8e Mon Sep 17 00:00:00 2001 From: Moritz Huebner <email@moritz-huebner.de> Date: Tue, 5 Jun 2018 01:05:05 +1000 Subject: [PATCH] Removed the integration tests temporarily --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f5cdac11..b6f8f07cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab