Added testrunner to setup.py

This commit is contained in:
Ludvig Wadenstein 2013-05-18 14:16:07 +02:00
parent 30e6a5b171
commit 4d69e5f796

View file

@ -79,7 +79,7 @@ setup(
license='MIT',
packages=get_packages('djadmin2'),
include_package_data=True,
test_suite='djadmin2.tests',
test_suite='runtests.runtests',
install_requires=[
'django>=1.5.0',
'django-braces==1.0.0',