Skip to content
Snippets Groups Projects

Resolve "Add Python 3.8 testing"

Merged Gregory Ashton requested to merge 421-add-python-3-8-testing into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -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
Loading