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

Merge branch...

Merge branch '198-add-gw_example_tests-back-to-the-ci-once-the-current-issues-with-it-are-fixed' into 'master'

Resolve "Add gw_example_tests back to the CI once the current issues with it are fixed"

Closes #198

See merge request Monash/bilby!231
parents bca29246 d59ce60b
No related branches found
No related tags found
No related merge requests found
......@@ -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