From 66b134cd272ea05eff9365945896d7b154cf3dfe Mon Sep 17 00:00:00 2001 From: Scott Fisk Date: Tue, 31 May 2016 14:30:44 -0400 Subject: [PATCH] Update tox.ini Updated tox file to not pull in a django 1.10 build when testing against django 1.9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9ee8fafb..438981dd 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = deps = django17: Django>=1.7,<1.8 django18: Django>=1.8,<1.9 - django19: Django>=1.9b1 + django19: Django>=1.9,<1.10 drf31: djangorestframework>=3.1,<3.2 drf32: djangorestframework>=3.2,<3.3 drf33: djangorestframework>=3.3,<3.4