Add test requirements to setup

This commit is contained in:
Eric Eldredge 2012-10-24 23:45:00 -04:00
parent fb8c411f75
commit 9973e80a37

View file

@ -28,6 +28,11 @@ setup(
packages=find_packages(),
zip_safe=False,
include_package_data=True,
tests_require=[
'nose==1.2.1',
'nose-progressive==1.3',
'django-nose==1.1',
],
install_requires=[
'django-appconf>=0.5',
],