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
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
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
e044c5e8
Commit
e044c5e8
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
factorize tests
parent
7a500085
No related branches found
No related tags found
1 merge request
!1
build package
Pipeline
#120562
failed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-55
11 additions, 55 deletions
.gitlab-ci.yml
with
11 additions
and
55 deletions
.gitlab-ci.yml
+
11
−
55
View file @
e044c5e8
image
:
docker:latest
stages
:
-
test
test37
:
test
:
stage
:
test
image
:
python:
3.7
image
:
python:
$PYTHON_VERSION
script
:
-
pip install "django
=
=${DJANGO_VERSION}
.*"
-
pip install "django
~
=${DJANGO_VERSION}
" --upgrade
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
parallel
:
matrix
:
-
DJANGO_VERSION
:
[
'
3.2'
]
test38
:
stage
:
test
image
:
python:3.8
script
:
-
pip install "django==${DJANGO_VERSION}.*"
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
parallel
:
matrix
:
-
DJANGO_VERSION
:
[
'
3.2'
,
'
4.0'
]
test39
:
stage
:
test
image
:
python:3.9
script
:
-
pip install "django==${DJANGO_VERSION}.*"
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
parallel
:
matrix
:
-
DJANGO_VERSION
:
[
'
3.2'
,
'
4.0'
,
'
4.1'
]
test310
:
stage
:
test
image
:
python:3.10
script
:
-
pip install "django==${DJANGO_VERSION}.*"
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
parallel
:
matrix
:
-
DJANGO_VERSION
:
[
'
3.2'
,
'
4.0'
,
'
4.1'
]
testrc
:
allow_failure
:
true
stage
:
test
image
:
python:rc
script
:
-
pip install "django==${DJANGO_VERSION}.*"
-
pip install -r requirements.txt
-
coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
parallel
:
matrix
:
-
DJANGO_VERSION
:
[
'
3.2'
,
'
4.0'
,
'
4.1'
]
-
PYTHON_VERSION
:
[
'
3.7-slim'
,
]
DJANGO_VERSION
:
[
'
3.2'
,
]
-
PYTHON_VERSION
:
[
'
3.8-slim'
,
'
3.9-slim'
,
]
DJANGO_VERSION
:
[
'
3.2'
,
'
4.2'
,
]
-
PYTHON_VERSION
:
[
'
3.10-slim'
,
]
DJANGO_VERSION
:
[
'
5.0'
,
'
latest'
,
]
-
PYTHON_VERSION
:
[
'
rc'
,
]
DJANGO_VERSION
:
[
'
latest'
,
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment