fix ci script

This commit is contained in:
Wolfgang Hottgenroth 2019-05-30 14:59:02 +02:00
parent 26a8759919
commit af6b41a0ae
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

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