summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2013-05-29 17:59:51 +0200
committerGiampaolo Rodola' <g.rodola@gmail.com>2013-05-29 17:59:51 +0200
commit7bd5dd0e451affeaaa79de0eb953e8bfc488e718 (patch)
tree0d11d73598340ac3735d375a40118a642d2c0563 /setup.py
parent483fe554dd2b100312dd2e41c1c252850d8152f7 (diff)
downloadpsutil-7bd5dd0e451affeaaa79de0eb953e8bfc488e718.tar.gz
We can now quickly run tests with "python setup.py test". Reference http://stackoverflow.com/questions/7580939/why-are-there-no-makefiles-for-automation-in-python-projects#answer-7582896
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 3b432c86..19355318 100644
--- a/setup.py
+++ b/setup.py
@@ -114,6 +114,7 @@ def main():
platforms='Platform Independent',
license='License :: OSI Approved :: BSD License',
packages=['psutil'],
+ test_suite='test.test_psutil',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',