Skip to content
Snippets Groups Projects
Commit 0abd63c8 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

test both 3.0 and 3.1

parent c213eef6
Branches
Tags v0.2.39
No related merge requests found
Pipeline #38953 passed
......@@ -43,11 +43,19 @@ test36-django3:
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
test37-django3:
test37-django30:
stage: test
image: python:3.7
script:
- pip install 'django>=3'
- pip install 'django==3.0.*'
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
test37-django31:
stage: test
image: python:3.7
script:
- pip install 'django>=3.1'
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment