Skip to content
Snippets Groups Projects
Commit 26c44108 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

.gitlab-ci.yml: ignore 2 python modules when running test suite

parent 834c13a3
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,7 @@ test:gstlal: ...@@ -220,7 +220,7 @@ test:gstlal:
# Run doctests # Run doctests
- cd gstlal - cd gstlal
- python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore python/misc.py --ignore python/pipeparts/__init__.py --ignore python/matplotlibhelper.py - python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore python/misc.py --ignore python/pipeparts/__init__.py --ignore python/matplotlibhelper.py --ignore python/dagfile.py
only: only:
- pushes - pushes
- schedules - schedules
...@@ -233,7 +233,7 @@ test:gstlal-inspiral: ...@@ -233,7 +233,7 @@ test:gstlal-inspiral:
script: script:
- export GSTLAL_FIR_WHITEN=0 - export GSTLAL_FIR_WHITEN=0
- cd gstlal-inspiral - cd gstlal-inspiral
- python -m pytest -v --doctest-modules --ignore gst/python --ignore tests --ignore python/lloidplots.py --ignore python/llweb.py --ignore python/plotsegments.py --ignore python/plotsensitivity.py --ignore python/snglinspiraltable.py --ignore python/spawaveform.py --ignore python/spiirparts.py --ignore python/webpage.py --ignore python/imr_utils.py --ignore python/stats/inspiral_extrinsics.py --ignore python/templates.py - python -m pytest -v --doctest-modules --ignore gst/python --ignore tests --ignore python/lloidplots.py --ignore python/llweb.py --ignore python/plotsegments.py --ignore python/plotsensitivity.py --ignore python/snglinspiraltable.py --ignore python/spawaveform.py --ignore python/spiirparts.py --ignore python/webpage.py --ignore python/imr_utils.py --ignore python/stats/inspiral_extrinsics.py --ignore python/templates.py --ignore python/inspiral_pipe.py
only: only:
- pushes - pushes
- schedules - schedules
......
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