Python-style: don't check third-party code

main
Adriaan de Groot 8 years ago
parent 231a83cf6b
commit 434ac4f728

@ -20,4 +20,4 @@ install:
script:
- docker run -v $PWD:/build calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2"
- pycodestyle $PWD
- pycodestyle --exclude=thirdparty,.git $PWD

Loading…
Cancel
Save