From 073d5d17e3d5a32972469382d4f2a371429625f5 Mon Sep 17 00:00:00 2001 From: 98k <18552437190@163.com> Date: Fri, 9 Nov 2018 03:22:54 +0000 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: I3b350bc7c56d2b563c7686c31569ff728c268fde --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fc24a402..d19b188c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 skipsdist = True envlist = releasenotes