Skip to content
Snippets Groups Projects
Commit d59ce60b authored by Colm Talbot's avatar Colm Talbot
Browse files

add gw examples back to ci

parent 7c8fe044
No related branches found
No related tags found
1 merge request!231Resolve "Add gw_example_tests back to the CI once the current issues with it are fixed"
Pipeline #33366 passed
......@@ -23,7 +23,7 @@ python-2:
script:
- python setup.py install
# Run tests without finding coverage
- pytest --ignore=test/gw_example_test.py
- pytest
# test example on python 3
python-3:
......@@ -39,7 +39,7 @@ python-3:
- flake8 .
# Run tests and collect coverage data
- pytest --cov=bilby --ignore=test/gw_example_test.py
- pytest --cov=bilby
- 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