Added a dependency on pyqcy

This commit is contained in:
Anton Beloglazov 2012-07-25 17:09:40 +10:00
parent 6e8ab2946f
commit 8da556fa74

View File

@ -20,7 +20,7 @@ setup(
platforms='any',
packages=find_packages(),
tests_require=['nose'], # 'mocktest'
tests_require=['nose', 'pyqcy'], # 'mocktest'
# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine