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
No related branches found
No related tags found
No related merge requests found
Pipeline #38953 passed
...@@ -43,11 +43,19 @@ test36-django3: ...@@ -43,11 +43,19 @@ test36-django3:
- pip install -r requirements.txt - pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m - coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
test37-django3: test37-django30:
stage: test stage: test
image: python:3.7 image: python:3.7
script: 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 - pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m - 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.
Finish editing this message first!
Please register or to comment