Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
concrexit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
thalia
concrexit
Commits
6afe30e8
Unverified
Commit
6afe30e8
authored
8 years ago
by
Thom Wiggers
Browse files
Options
Downloads
Patches
Plain Diff
Only test django 3.5, no stages
parent
0cbfe89c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!391
Prepare for Django 1.11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-34
1 addition, 34 deletions
.gitlab-ci.yml
with
1 addition
and
34 deletions
.gitlab-ci.yml
+
1
−
34
View file @
6afe30e8
stages
:
-
initial_testing
-
django11
-
docs
variables
:
POSTGRES_DB
:
thalia
POSTGRES_USER
:
postgres
...
...
@@ -10,8 +5,7 @@ variables:
CI_DEPS
:
psycopg2
pep8
:
stage
:
initial_testing
image
:
python:3.4
image
:
python:3.5
before_script
:
-
export PIP_CACHE_DIR="pip-cache"
-
pip install tox
...
...
@@ -33,48 +27,21 @@ pep8:
-
cd website
-
coverage report
python34-django10
:
<<
:
*djangotest
stage
:
initial_testing
image
:
python:3.4
variables
:
PYTHON_VERSION
:
py34
DJANGO_VERSION
:
django10
python35-django10
:
<<
:
*djangotest
image
:
python:3.5
stage
:
initial_testing
variables
:
PYTHON_VERSION
:
py35
DJANGO_VERSION
:
django10
python34-django11
:
<<
:
*djangotest
stage
:
django11
image
:
python:3.4
variables
:
PYTHON_VERSION
:
py34
DJANGO_VERSION
:
django11
python35-django11
:
<<
:
*djangotest
stage
:
django11
image
:
python:3.5
variables
:
PYTHON_VERSION
:
py35
DJANGO_VERSION
:
django11
python36-django11
:
<<
:
*djangotest
stage
:
django11
image
:
python:3.6
variables
:
PYTHON_VERSION
:
py36
DJANGO_VERSION
:
django11
docs
:
stage
:
docs
image
:
python:3.5
before_script
:
# install django deps
...
...
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