aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel2012-04-06 13:09:01 +0200
committerJannis Leidel2012-04-06 13:09:01 +0200
commit36bb1787c363c5dc4feba251f98aea20a8e23a6f (patch)
tree112de48632b3f4ed75bfd034852cbe2fad7b194a /setup.py
parent31faa3ed89df6c1ac3088c05c81423088304ea02 (diff)
downloaddjango-debug-toolbar-36bb1787c363c5dc4feba251f98aea20a8e23a6f.tar.bz2
Added a Django 1.4 test environment to Travis config.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a0a8814..88002e8 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
license='BSD',
packages=find_packages(exclude=('tests', 'example')),
tests_require=[
- 'django>=1.1,<1.4',
+ 'django>=1.1,<1.5',
'dingus',
],
test_suite='runtests.runtests',