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

test on more python/django versions

parent 47021ad7
No related branches found
No related tags found
No related merge requests found
Pipeline #42909 passed
......@@ -19,8 +19,60 @@ stages:
extends: ".test"
image: "python:3.7"
.python-3.8-django-test:
extends: ".test"
image: "python:3.8"
python-3.6-django-2.2-test:
extends: ".test"
image: "python:3.6"
variables:
DJANGO_VERSION: '2.2'
python-3.6-django-3.0-test:
extends: ".test"
image: "python:3.6"
variables:
DJANGO_VERSION: '3.0'
python-3.6-django-3.1-test:
extends: ".test"
image: "python:3.6"
variables:
DJANGO_VERSION: '3.1.4'
\ No newline at end of file
DJANGO_VERSION: '3.1'
python-3.7-django-2.2-test:
extends: ".test"
image: "python:3.7"
variables:
DJANGO_VERSION: '2.2'
python-3.7-django-3.0-test:
extends: ".test"
image: "python:3.7"
variables:
DJANGO_VERSION: '3.0'
python-3.7-django-3.1-test:
extends: ".test"
image: "python:3.7"
variables:
DJANGO_VERSION: '3.1'
python-3.8-django-2.2-test:
extends: ".test"
image: "python:3.8"
variables:
DJANGO_VERSION: '2.2'
python-3.8-django-3.0-test:
extends: ".test"
image: "python:3.8"
variables:
DJANGO_VERSION: '3.0'
python-3.8-django-3.1-test:
extends: ".test"
image: "python:3.8"
variables:
DJANGO_VERSION: '3.1'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment