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

Django 3 is not for python 3.5

parent 4e2a19d5
No related branches found
No related tags found
No related merge requests found
Pipeline #26632 passed
...@@ -35,15 +35,6 @@ testrc-django2: ...@@ -35,15 +35,6 @@ testrc-django2:
- 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
test35-django3:
stage: test
image: python:3.5
script:
- pip install 'django>=3'
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
test36-django3: test36-django3:
stage: test stage: test
image: python:3.6 image: python:3.6
......
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