From bdbc68302f36ee0d27e541647ceec6b002e164ba Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Thu, 4 Aug 2016 21:22:55 +0100 Subject: [PATCH] Update Django 1.10 tox env Updates the django 1.10 tox env to strictly look for django 1.10, rather than just the next release. Change-Id: I0edd4f2481a43196c1da6bfc6e713fddae03e582 Implements: blueprint dj110 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 29fc29bb66..511d2610ba 100644 --- a/tox.ini +++ b/tox.ini @@ -123,7 +123,7 @@ commands = pip install django>=1.9,<1.10 /bin/bash run_tests.sh -N --no-pep8 {posargs} [testenv:py27dj110] -commands = pip install django --pre --upgrade +commands = pip install django>=1.10,<1.11 /bin/bash run_tests.sh -N --no-pep8 {posargs} [testenv:py27integration]