From 18fc68dd26df90a5d3ce08288e4a4884ac38cfe1 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Wed, 7 Nov 2018 20:25:24 -0800 Subject: [PATCH] Update min tox version to 2.0 The commands used by constraints need at least tox 2.0. Update to reflect reality, which should help with local running of constraints targets. Change-Id: Iece749b90ec90bec1f5324bc351878e6252720ed --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3d80c93d57..e259263837 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = py36,py35,py27,pep8 skipsdist = True