From 75c1b643868dec2157e227581fab8fe2c49faec1 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Thu, 1 Nov 2018 23:47:37 -0700 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: If3eac65cb0c9d509372992ca642b8054cf84fe33 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5b82a1ac..742fd9c8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.8.1 +minversion = 2.0 envlist = py27,py35,pep8,pylint skipsdist = True