From 434ac4f728de9cc20cf755aba97ba34166ca1ebf Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 4 Jun 2017 20:48:04 +0200 Subject: [PATCH] Python-style: don't check third-party code --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a2bfb55e..a488112af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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