diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-04-24 13:14:46 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-04-24 13:14:46 +0100 |
commit | 7de2931509a4cf125360c177a05d66da0a37c754 (patch) | |
tree | 8a8c8a33a69651c29ccb9de6308e802bde0896ce /jenkins.sh | |
parent | f8c61b8f8432d0b0b38d57f513c5048fb42f22ab (diff) |
Enforce PEP8 in jenins build
Diffstat (limited to 'jenkins.sh')
-rwxr-xr-x | jenkins.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,7 +7,9 @@ rm -f olm-*.tgz make lib make test + ./python/test_olm.sh +pep8 -v python . ~/.emsdk_set_env.sh make js |