summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-03-01 18:27:53 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-03-01 18:27:53 +0100
commitb8fc36a55f5638f9df76b16d742480c2cce8a7de (patch)
tree5497ef5d0cdc06d20ec0ea519121e178f36cb386 /setup.py
parent8c607586cb7e242745449a9476574264eee14e80 (diff)
downloadpep8-b8fc36a55f5638f9df76b16d742480c2cce8a7de.tar.gz
Add the unittests to the configuration
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6f6403b..ef3f1bd 100644
--- a/setup.py
+++ b/setup.py
@@ -52,4 +52,5 @@ setup(
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
],
+ test_suite='testsuite.test_all',
)