From 8bd4afb23550bbc7813b1e814b345c461784f146 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 7 Feb 2019 21:07:36 +0100 Subject: [PATCH] remove scripts from pycodestyle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74425c9..5ea306d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: # #script: # - coverage run --source=ldapcherry setup.py test -script: "if [[ $TEST_PEP8 == '1' ]]; then pycodestyle --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc,setup.py . scripts/ldapcherryd; else coverage run --source=ldapcherry setup.py test; fi" +script: "if [[ $TEST_PEP8 == '1' ]]; then pycodestyle --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg,tests,misc,setup.py .; else coverage run --source=ldapcherry setup.py test; fi" matrix: include: - python: "2.7"