lol no idea what is going on

This commit is contained in:
Matt Robenolt 2014-04-14 23:18:57 -07:00
parent d5a6c9fb16
commit 14cbb60116
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ tests_require = [
'pytz',
'pytest',
'pytest-cov>=1.4',
'pytest-django',
'pytest-django==DEV',
'python-coveralls',
'tornado',
'webob',
@ -108,7 +108,7 @@ setup(
license='BSD',
tests_require=tests_require,
dependency_links=[
'https://github.com/pelme/pytest_django/archive/21327e1b1f254dcec2e870114719ea279b479506.zip#egg=pytest-django',
'https://github.com/pelme/pytest_django/archive/21327e1b1f254dcec2e870114719ea279b479506.zip#egg=pytest-django-DEV',
],
cmdclass={'test': PyTest},
include_package_data=True,