From 6014aebed370d02bff81c3ccb5b3038a9c58afc4 Mon Sep 17 00:00:00 2001 From: Tatiana Ovchinnikova Date: Fri, 5 Aug 2016 10:14:52 +0300 Subject: [PATCH] Update Django 1.10 tox env Django 1.10 is released and the corresponding tox env can be updated to strictly look for the version. Change-Id: I642c16a35eb8cc470c9374e987368c461280dcde --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bdc070b2..29e93173 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ commands = pip install django>=1.9,<1.10 [testenv:py27dj110] basepython = python2.7 -commands = pip install django<1.11 --pre --upgrade +commands = pip install django>=1.10,<1.11 /bin/bash run_tests.sh -N --no-pep8 {posargs} [testenv:cover]