Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
django-biodblinks
Commits
cedbae6a
Commit
cedbae6a
authored
Dec 07, 2020
by
Hervé Ménager
Browse files
add tests on django 1.11 on gitlab CI
parent
24551a64
Pipeline
#42910
failed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cedbae6a
...
...
@@ -23,6 +23,30 @@ stages:
extends
:
"
.test"
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
:
extends
:
"
.test"
image
:
"
python:3.6"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment