Add gitlab-ci configuration

This commit is contained in:
Iacopo Spalletti 2016-02-07 19:41:04 +01:00
parent d5449382c1
commit 85495ee1c3
1 changed files with 5 additions and 0 deletions

5
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,5 @@
# This file is generated by GitLab CI
ci:
script:
- COMMAND="coverage run" tox -epep8,isort,py35-django19-cms32,py34-django18-cms31,py27-django16-cms30
- if [[ $? -eq 0 ]]; then coverage report; fi