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
fa3e2894
Unverified
Commit
fa3e2894
authored
Aug 29, 2018
by
Thom Wiggers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No longer test on python 3.5
Don't test Django 2.1 yet as that fails
parent
8bcdc918
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.gitlab-ci.yml
.gitlab-ci.yml
+9
-9
No files found.
.gitlab-ci.yml
View file @
fa3e2894
...
...
@@ -8,8 +8,8 @@ variables:
# Installs:
# - pip: tox, coverage, pipenv
# - apt: ghostscript
PY35_IMAGE
:
thalia/python-thalia:3.5
PY36_IMAGE
:
thalia/python-thalia:3.6
PY37_IMAGE
:
thalia/python-thalia:3.7
PIP_CACHE_DIR
:
"
${CI_PROJECT_DIR}/pip-cache"
stages
:
...
...
@@ -18,7 +18,7 @@ stages:
pep8
:
stage
:
test
image
:
$PY3
5
_IMAGE
image
:
$PY3
6
_IMAGE
script
:
-
tox -e flake8
...
...
@@ -33,23 +33,23 @@ pep8:
-
cd website
-
coverage report
python3
5
-django20
:
python3
6
-django20
:
<<
:
*djangotest
image
:
$PY3
5
_IMAGE
image
:
$PY3
6
_IMAGE
variables
:
PYTHON_VERSION
:
py3
5
PYTHON_VERSION
:
py3
6
DJANGO_VERSION
:
django20
python3
6
-django20
:
python3
7
-django20
:
<<
:
*djangotest
image
:
$PY3
6
_IMAGE
image
:
$PY3
7
_IMAGE
variables
:
PYTHON_VERSION
:
py3
6
PYTHON_VERSION
:
py3
7
DJANGO_VERSION
:
django20
docs
:
stage
:
test
image
:
$PY3
5
_IMAGE
image
:
$PY3
6
_IMAGE
before_script
:
# install django deps
-
pipenv --bare install --dev --ignore-pipfile
...
...
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