From 1be17e495899f48dedf09a46250b2e2f9ff57082 Mon Sep 17 00:00:00 2001
From: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
Date: Mon, 5 Nov 2018 19:23:53 +0700
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: I1b014580254577f8fe48351ab1bb69b8cf103e38
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 72b60f0..2a82922 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,5 @@
 [tox]
+minversion = 2.0
 envlist = py27,py35,pep8,pylint,docs
 skipsdist = True