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

This commit is contained in:
Adriaan de Groot 2017-06-04 20:48:04 +02:00
parent 231a83cf6b
commit 434ac4f728

View File

@ -20,4 +20,4 @@ install:
script: 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" - 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