summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck2
-rwxr-xr-xsetup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/check b/check
index 93b0044..ce490f0 100755
--- a/check
+++ b/check
@@ -18,4 +18,4 @@
set -eu
-python -m CoverageTestRunner --ignore-missing-from=without-tests pgpwordlist
+python setup.py check "$@"
diff --git a/setup.py b/setup.py
index c7c96b5..c725128 100755
--- a/setup.py
+++ b/setup.py
@@ -125,6 +125,7 @@ class Check(Command):
r'^README\.',
r'^NEWS$',
r'^COPYING$',
+ r'^pylint\.conf$',
r'^without-tests$',
r'^pgpwordlist/wordlist\.py$',
r'^pgpwordlist/version\.py$',