diff options
| author | Giampaolo Rodola' <g.rodola@gmail.com> | 2013-05-29 17:59:51 +0200 |
|---|---|---|
| committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2013-05-29 17:59:51 +0200 |
| commit | 7bd5dd0e451affeaaa79de0eb953e8bfc488e718 (patch) | |
| tree | 0d11d73598340ac3735d375a40118a642d2c0563 /setup.py | |
| parent | 483fe554dd2b100312dd2e41c1c252850d8152f7 (diff) | |
| download | psutil-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
