From 1ce7922a5c25204b9035191c6651e6f51f9d0bb7 Mon Sep 17 00:00:00 2001 From: Vieri <15050873171@163.com> Date: Fri, 2 Nov 2018 02:33:40 +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: Ib69b92df3d8cf0566b01b96d1cc79f6bb6b599d1 Closes-Bug: #1801463 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1123fa2c..d6b476e6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = py35,py27,pypy,pep8 skipsdist = True @@ -146,4 +146,4 @@ deps = {[testenv:pep8]deps} commands = {[testenv:dev]commands} - {[testenv:pep8]commands} \ No newline at end of file + {[testenv:pep8]commands}