Bump minimal required tox version to 1.7

We use substitutions in install_command for constraints, that didn't
work before tox 1.7, see [0].

[0] http://tox.readthedocs.io/en/latest/changelog.html#id19

Change-Id: I55b1ddd1a2be872b687fc209db3ee982e2a59718
This commit is contained in:
Yuriy Taraday 2016-10-11 17:15:22 +03:00
parent cb6bada442
commit 856b83d3d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 1.6
minversion = 1.7
envlist = py35,py34,py27,pypy,pep8
# We need to run sdist to reflect changes in entrypoints during test run
skipsdist = False