some fixes

This commit is contained in:
2019-05-30 14:43:07 +02:00
parent 62c3f0e00f
commit 26a8759919
2 changed files with 7 additions and 7 deletions

View File

@ -10,8 +10,8 @@ build:
- linux
- docker
script:
- for I in *.py; do python -m py_compile $I; done
- for I in *.py; do python -m pycodestyle $I; done
- for I in *.py; do pycompile $I; done
- for I in *.py; do pycodestyle --max-line-length=120 $I; done
release:
stage: release