From 802a21f68f98232bbfcd286663a3fad8a81ff05e Mon Sep 17 00:00:00 2001 From: confi-surya Date: Mon, 22 Apr 2019 15:37:29 +0530 Subject: [PATCH] Update the min version of tox In Train, we will use python3.6 and 3.7 for which the minimum tox version required is 2.5[1] [1]https://tox.readthedocs.io/en/latest/changelog.html#v2-6-0-2017-02-04 Change-Id: Iea2da5e698959e85a6996b32bda85701b4aa0676 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e12e28ffaa..9a4e15cc68 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.0 +minversion = 2.5.0 skipsdist = True envlist = pep8,py37,py36,py27,pypy