From 8a1c9650f54bb1d637be486108578da87adb79f0 Mon Sep 17 00:00:00 2001 From: wanghui Date: Thu, 25 Oct 2018 19:31:54 +0800 Subject: [PATCH] Update tox minversion 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: I2fa51a8ae20ace445f270355264675ee5d63c767 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fb6ff5ea..c4a168d7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = linters,docs skipsdist = True