From 5bb4f882dfbfc1465f01ace3ee22f02b3b249582 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Mon, 5 Nov 2018 19:15:52 -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: I301278dd742037fd4a1ca498ace8e3a4e299bf56 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a3c2792a79..50615772c2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py35,py36,py27,pep8,docs -minversion = 1.6 +minversion = 2.0 skipsdist = True [testenv]