mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-14 21:13:08 +00:00
Fix Python version required by tests in setup.py
This commit is contained in:
parent
fd439517e3
commit
298a790c9a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -31,6 +31,6 @@ setup(
|
|||
'Framework :: Django',
|
||||
],
|
||||
zip_safe=False,
|
||||
tests_require=["Django>=1.2"],
|
||||
tests_require=["Django>=1.4.2"],
|
||||
test_suite='runtests.runtests'
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue