djangocms_blog/.gitlab-ci.yml
2016-02-07 19:41:04 +01:00

5 lines
208 B
YAML

# 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