Python-style: don't check third-party code
This commit is contained in:
parent
231a83cf6b
commit
434ac4f728
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user