modified: .gitlab-ci.yml

This commit is contained in:
Lukáš Krupčík 2018-10-03 08:14:36 +02:00
parent 99503b7170
commit 6cf57949fb

View File

@ -1,5 +1,6 @@
stages:
- test
- beautifier
docs:
stage: test
@ -21,8 +22,8 @@ other_files:
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh"
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +
python_check:
stage: test
python_formatter:
stage: beautifier
image: davidhrbac/docker-pycheck:latest
script:
- which autopep8 || pip install autopep8