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
Tags lalframe-v3.0.6
No related merge requests found
......@@ -24,9 +24,15 @@ stages:
- python -m pip install .
- python -c "import bilby"
- python -c "import bilby.core"
- python -c "import bilby.core.sampler"
- 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 cli_bilby"
- for script in $(pip show -f bilby | grep "bin\/" | xargs -I {} basename {}); do
${script} --help;
done
# test basic setup on python2
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