move test requirements from setup.py to tox.ini

This commit is contained in:
Bradley Ayers 2012-10-15 08:49:54 +10:00
parent 595c8d4505
commit 1e94f8d682
2 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,6 @@ setup(
include_package_data=True, # declarations in MANIFEST.in
install_requires=['Django >=1.2'],
tests_require=['Django >=1.2', 'django-attest >=0.6.0', 'fudge', 'pylint',
'django-haystack', 'unittest-xml-reporting', 'lxml', 'pytz'],
test_loader='tests:loader',
test_suite='tests.everything',

View File

@ -12,6 +12,8 @@ testing =
django-haystack
fudge
lxml
pylint
pytz
unittest-xml-reporting
[django]