Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-menu-generator-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
AlekSIS®
Libraries
django-menu-generator-ng
Commits
75a0e1f6
Verified
Commit
75a0e1f6
authored
4 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Migrate from travis to GitLab CI
parent
9ae31545
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yaml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yaml
.travis.yml
+0
-43
0 additions, 43 deletions
.travis.yml
with
12 additions
and
43 deletions
.gitlab-ci.yaml
0 → 100644
+
12
−
0
View file @
75a0e1f6
image
:
registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:master
stages
:
-
test
test
:
stage
:
test
before_script
:
-
adduser --disabled-password --gecos "Test User" testuser
-
chown -R testuser .
script
:
-
sudo -u testuser coverage run --source=menu_generator manage.py test
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
43
View file @
9ae31545
language
:
python
python
:
-
"
3.8"
-
"
3.7"
-
"
3.6"
-
"
3.5"
-
"
3.4"
env
:
-
DJANGO="django==3.1.3"
-
DJANGO="django==3.0.11"
-
DJANGO="django==2.2.17"
-
DJANGO="django==2.1.15"
-
DJANGO="django==2.0.13"
-
DJANGO="django==1.11.29"
-
DJANGO="django==1.10.8"
-
DJANGO="django==1.9.13"
-
DJANGO="django==1.8.19"
matrix
:
exclude
:
-
python
:
"
3.5"
env
:
DJANGO="django==3.1.3"
-
python
:
"
3.5"
env
:
DJANGO="django==3.0.11"
-
python
:
"
3.4"
env
:
DJANGO="django==3.1.3"
-
python
:
"
3.4"
env
:
DJANGO="django==3.0.11"
-
python
:
"
3.4"
env
:
DJANGO="django==2.2.17"
-
python
:
"
3.4"
env
:
DJANGO="django==2.1.15"
install
:
-
pip install $DJANGO
-
pip install coveralls
script
:
coverage run --source=menu_generator manage.py test
after_success
:
coveralls
\ No newline at end of file
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