Add support of gitlab continuous integration

This commit is contained in:
Valentin Samir
2016-08-30 19:44:20 +02:00
parent 80a1eef900
commit 559e4dc8e8
3 changed files with 130 additions and 1 deletions

View File

@ -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}