Skip to content
Snippets Groups Projects
Commit cedbae6a authored by Hervé Ménager's avatar Hervé Ménager
Browse files

add tests on django 1.11 on gitlab CI

parent 24551a64
No related branches found
No related tags found
No related merge requests found
Pipeline #42910 failed
...@@ -23,6 +23,30 @@ stages: ...@@ -23,6 +23,30 @@ stages:
extends: ".test" extends: ".test"
image: "python:3.8" image: "python:3.8"
python-2.7-django-1.11-test:
extends: ".test"
image: "python:2.7"
variables:
DJANGO_VERSION: '1.11'
python-3.6-django-1.11-test:
extends: ".test"
image: "python:3.6"
variables:
DJANGO_VERSION: '1.11'
python-3.7-django-1.11-test:
extends: ".test"
image: "python:3.7"
variables:
DJANGO_VERSION: '1.11'
python-3.8-django-1.11-test:
extends: ".test"
image: "python:3.8"
variables:
DJANGO_VERSION: '1.11'
python-3.6-django-2.2-test: python-3.6-django-2.2-test:
extends: ".test" extends: ".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