summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6e29de2..54a2cd9 100755
--- a/setup.py
+++ b/setup.py
@@ -96,7 +96,7 @@ class CheckPylint(setuptools.Command):
"""
res = 0
- files = ' '.join(["setup.py", "src/virtBootstrap/*.py", "tests/*.py"])
+ files = ' '.join(["setup.py", "src/virtBootstrap/", "tests/"])
output_format = "colorized" if sys.stdout.isatty() else "text"
print(">>> Running pycodestyle ...")