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
0abd63c8
Commit
0abd63c8
authored
Oct 05, 2020
by
Bryan BRANCOTTE
Browse files
test both 3.0 and 3.1
parent
c213eef6
Pipeline
#38953
passed with stage
in 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0abd63c8
...
...
@@ -43,11 +43,19 @@ test36-django3:
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
test37-django3
:
test37-django3
0
:
stage
:
test
image
:
python:3.7
script
:
-
pip install 'django>=3'
-
pip install 'django==3.0.*'
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
test37-django31
:
stage
:
test
image
:
python:3.7
script
:
-
pip install 'django>=3.1'
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
...
...
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