fix in ci script

This commit is contained in:
Wolfgang Hottgenroth 2019-09-10 16:01:12 +02:00
parent 90de6537de
commit 61de3f3a5b
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

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 --max-line-length=120 $I; done
- for I in src/*.py; do python -m py_compile $I; done
- for I in src/*.py; do python -m pycodestyle --max-line-length=120 $I; done
deploy:
stage: deploy