Skip to content
Snippets Groups Projects
Verified Commit 6df2c11e authored by Duncan Macleod's avatar Duncan Macleod
Browse files

ci: augmented basic tests to include entry points

parent 6e1fec17
No related branches found
No related tags found
1 merge request!601Updated CI to expose a bug in bilby_result for python2.7, then fixed it
...@@ -24,9 +24,15 @@ stages: ...@@ -24,9 +24,15 @@ stages:
- python -m pip install . - python -m pip install .
- python -c "import bilby" - python -c "import bilby"
- python -c "import bilby.core" - python -c "import bilby.core"
- python -c "import bilby.core.sampler"
- python -c "import bilby.gw" - python -c "import bilby.gw"
- python -c "import bilby.gw.detector"
- python -c "import bilby.gw.sampler"
- python -c "import bilby.hyper" - python -c "import bilby.hyper"
- python -c "import cli_bilby" - python -c "import cli_bilby"
- for script in $(pip show -f bilby | grep "bin\/" | xargs -I {} basename {}); do
${script} --help;
done
# test basic setup on python2 # test basic setup on python2
basic-2.7: basic-2.7:
......
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