aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--setup.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e0da0a..c5385b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,7 @@ python:
env:
- DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4.5
- - DJANGO_VERSION=1.5
+ - DJANGO_VERSION=1.5.1
install:
- pip install Django==$DJANGO_VERSION
- - python setup.py install
script: python setup.py test
diff --git a/setup.py b/setup.py
index ea40239..06cd86f 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
license='BSD',
packages=find_packages(exclude=('tests', 'example')),
tests_require=[
- 'django>=1.3,<1.5',
+ 'django>=1.3,<1.6',
],
test_suite='runtests.runtests',
include_package_data=True,