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
django-cas-server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Samir
django-cas-server
Commits
559e4dc8
Commit
559e4dc8
authored
Aug 30, 2016
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support of gitlab continuous integration
parent
80a1eef9
Pipeline
#575
passed with stage
in 13 minutes and 44 seconds
Changes
3
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
130 additions
and
1 deletion
+130
-1
.gitlab-ci.yml
.gitlab-ci.yml
+128
-0
CHANGELOG.rst
CHANGELOG.rst
+1
-0
tox.ini
tox.ini
+1
-1
No files found.
.gitlab-ci.yml
0 → 100644
View file @
559e4dc8
before_script
:
-
pip install tox setuptools
flake8
:
image
:
"
python:2.7"
cache
:
key
:
flake8
paths
:
-
.tox/flake8
script
:
-
tox -e flake8
check_rst
:
image
:
"
python:2.7"
cache
:
key
:
check_rst
paths
:
-
.tox/check_rst
script
:
-
tox -e check_rst
py27-django17
:
image
:
"
python:2.7"
cache
:
key
:
py27-django17
paths
:
-
.tox/py27-django17
script
:
-
tox -e py27-django17
py27-django18
:
image
:
"
python:2.7"
cache
:
key
:
py27-django18
paths
:
-
.tox/py27-django18
script
:
-
tox -e py27-django18
py27-django19
:
image
:
"
python:2.7"
cache
:
key
:
py27-django19
paths
:
-
.tox/py27-django19
script
:
-
tox -e py27-django19
py27-django110
:
image
:
"
python:2.7"
cache
:
key
:
py27-django110
paths
:
-
.tox/py27-django110
script
:
-
tox -e py27-django110
py34-django17
:
image
:
"
python:3.4"
cache
:
key
:
py34-django17
paths
:
-
.tox/py34-django17
script
:
-
tox -e py34-django17
py34-django18
:
image
:
"
python:3.4"
cache
:
key
:
py34-django18
paths
:
-
.tox/py34-django18
script
:
-
tox -e py34-django18
py34-django19
:
image
:
"
python:3.4"
cache
:
key
:
py34-django19
paths
:
-
.tox/py34-django19
script
:
-
tox -e py34-django19
py34-django110
:
image
:
"
python:3.4"
cache
:
key
:
py34-django110
paths
:
-
.tox/py34-django110
script
:
-
tox -e py34-django110
py35-django18
:
image
:
"
python:3.5"
cache
:
key
:
py35-django18
paths
:
-
.tox/py35-django18
script
:
-
tox -e py35-django18
py35-django19
:
image
:
"
python:3.5"
cache
:
key
:
py35-django19
paths
:
-
.tox/py35-django19
script
:
-
tox -e py35-django19
py35-django110
:
image
:
"
python:3.5"
cache
:
key
:
py35-django110
paths
:
-
.tox/py35-django110
script
:
-
tox -e py35-django110
coverage
:
image
:
"
python:2.7"
cache
:
key
:
coverage
paths
:
-
.tox/coverage
script
:
-
tox -e coverage
CHANGELOG.rst
View file @
559e4dc8
...
...
@@ -12,6 +12,7 @@ Unreleased
Added
-----
* Add Django 1.10 support
* Add support of gitlab continuous integration
Fixed
-----
...
...
tox.ini
View file @
559e4dc8
...
...
@@ -135,7 +135,7 @@ deps=
codacy-coverage
skip_install
=
True
commands
=
py.test
--cov
=
cas_server --cov-report xml
py.test
--cov
=
cas_server --cov-report xml
--cov-report term
python-codacy-coverage
-r
{toxinidir}/coverage.xml
{
[post_cmd]
commands}
whitelist_externals
=
{[post_cmd]whitelist_externals}
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