Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
e547c292
Commit
e547c292
authored
Mar 26, 2020
by
Bryan BRANCOTTE
Browse files
Django 3 is not for python 3.5
parent
4e2a19d5
Pipeline
#26632
passed with stage
in 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e547c292
...
...
@@ -35,15 +35,6 @@ testrc-django2:
-
pip install -r requirements.txt
-
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
:
stage
:
test
image
:
python:3.6
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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