summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-11 07:30:42 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-11 07:30:42 -0500
commit11bf4b911d0f154ff1934d53daeedc1c7b06ae44 (patch)
treef2d5c64dde25f6447352c371915e11f4d2a58920 /setup.py
parentd27be802ffcc32d8d4786f2904c17a296e28edf6 (diff)
downloadpyopenssl-11bf4b911d0f154ff1934d53daeedc1c7b06ae44.tar.gz
Try using setuptools to help run the tests.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 078646b..ac53487 100755
--- a/setup.py
+++ b/setup.py
@@ -59,4 +59,5 @@ High-level wrapper around a subset of the OpenSSL library, includes
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking',
- ])
+ ],
+ test_suite="OpenSSL.test")