From f0d956740c32d899940b7b1bd8c41f6b00ce9cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Tue, 9 Sep 2014 12:06:18 -0400 Subject: [PATCH] Test 1.7 against stable version instead of master --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d934fdf..afc9631 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps15 = deps16 = https://github.com/django/django/archive/stable/1.6.x.zip#egg=django deps17 = - https://github.com/django/django/archive/master.zip#egg=django + https://github.com/django/django/archive/stable/1.7.x.zip#egg=django commands = python manage.py test -v2 {posargs:tests} --failfast