From d9a63f7cb05f78f15315935a5635e08bd30fe78f Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Mon, 15 Apr 2019 09:42:41 +0800 Subject: 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: Ifc2c2ad88d77fb2590b5bb598458bdfd4a423a9e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c939b248..410b857b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py27,py36,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint -minversion = 1.6 +minversion = 2.0 skipsdist = True [testenv] -- cgit v1.2.1