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
This commit is contained in:
Tatiana Ovchinnikova 2016-08-05 10:14:52 +03:00
parent e15ee024b7
commit 6014aebed3
1 changed files with 1 additions and 1 deletions

View File

@ -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]