Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
0abd63c8
You need to sign in or sign up before continuing.
Commit
0abd63c8
authored
4 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
test both 3.0 and 3.1
parent
c213eef6
No related branches found
No related tags found
No related merge requests found
Pipeline
#38953
passed
4 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-2
10 additions, 2 deletions
.gitlab-ci.yml
with
10 additions
and
2 deletions
.gitlab-ci.yml
+
10
−
2
View file @
0abd63c8
...
@@ -43,11 +43,19 @@ test36-django3:
...
@@ -43,11 +43,19 @@ test36-django3:
-
pip install -r requirements.txt
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
test37-django3
:
test37-django3
0
:
stage
:
test
stage
:
test
image
:
python:3.7
image
:
python:3.7
script
:
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
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment