Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
6afe30e8
Unverified
Commit
6afe30e8
authored
Mar 01, 2017
by
Thom Wiggers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only test django 3.5, no stages
parent
0cbfe89c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
34 deletions
+1
-34
.gitlab-ci.yml
.gitlab-ci.yml
+1
-34
No files found.
.gitlab-ci.yml
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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