Add testing requirements and update tests to unittest2.

This commit is contained in:
2013-10-27 17:52:50 +00:00
parent a8543521b8
commit 7fbce6c96a
2 changed files with 8 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ setup(
packages=['ts3'],
scripts=['examples/gents3privkey.py'],
test_suite='ts3.test.suite',
test_require=['unittest2'],
classifiers=[
'License :: OSI Approved :: BSD License',