Reverted test_suite

This commit is contained in:
Anton Beloglazov 2012-07-26 11:22:53 +10:00
parent e611beb7bc
commit f3b7f0f193

View File

@ -20,6 +20,6 @@ setup(
platforms='any',
packages=find_packages(),
# test_suite='tests',
test_suite='tests',
tests_require=['pyqcy'],
)