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

Add python3.8 test

parent 0140d1e7
No related branches found
No related tags found
1 merge request!762Resolve "Add Python 3.8 testing"
Pipeline #119838 passed
......@@ -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