Skip to content
Snippets Groups Projects
Commit a06864cf authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch '421-add-python-3-8-testing' into 'master'

Resolve "Add Python 3.8 testing"

Closes #421

See merge request lscsoft/bilby!762
parents f03f297f 4d2ac246
No related branches found
No related tags found
1 merge request!762Resolve "Add Python 3.8 testing"
Pipeline #120825 canceled
......@@ -66,6 +66,15 @@ python-3.7:
- coverage_badge.svg
- docs/_build/html/
# test example on python 3.8
python-3.8:
stage: test
image: bilbydev/v2-dockerfile-test-suite-python38
script:
- python -m pip install .
- pytest
# test example on python 3.6
python-3.6:
stage: test
......
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