From c5f31a1a4fdb957acdb9cc446a784661a9754a45 Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Tue, 12 Jul 2016 15:05:20 -0700 Subject: [PATCH] Upgrade tox to 2.0 Several projects have set the minimum tox version to 2.0. This patch updates tox.ini to set the minimum required tox version to 2.0 Change-Id: Id88e63d953d99aeebfd909ce3fae6295ddb461e1 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a05dd770..8af571f10 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 1.8 +minversion = 2.0 envlist = py34,py27,pep8 skipsdist = True