From 85495ee1c3be9e679382a36b270e2d6b8ed54e9d Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 7 Feb 2016 19:41:04 +0100 Subject: [PATCH] Add gitlab-ci configuration --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..eb0dc25 --- /dev/null +++ b/.gitlab-ci.yml @@ -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