From 54dde3a6a55be97e2d1814b483564625ad676fce Mon Sep 17 00:00:00 2001 From: Grant McConnaughey Date: Thu, 23 Apr 2015 15:45:32 -0500 Subject: [PATCH] One more attempt to get the build to work on Django 1.8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 796701a..5df26e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: install: - pip install -e . - pip install -r tests/requirements.txt - - pip install https://github.com/django/django/archive/${DJANGO}.zip#egg=django + - pip install Django==${DJANGO} script: make test env: - DJANGO=1.4.20