[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: I73017538f259268d8a77eaeea3ba99e116bcd0f9
This commit is contained in:
Natal Ngétal 2018-12-07 11:07:01 +01:00
parent 59e3d8b1b2
commit 0628e5fea5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 1.6
minversion = 2.0
envlist = docs, linters
skipdist = True