5 lines
208 B
YAML
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
|