[Configuration] Update min tox version.

The commands used by constraits need at least tox 2.0, update to reflect
reality, which should help with local running constraints targets.

Change-Id: Ib4d4ef78f06c37c6f5615b77581cc9eeaa86abc5
This commit is contained in:
Natal Ngétal 2018-12-19 11:03:05 +01:00
parent c42f857d2c
commit dad4050209
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 1.6
minversion = 2.0
envlist = pep8,py37,py36,py35,py27
skipsdist = True