From 8d57a041086fc48740094b0a169145b5968d9189 Mon Sep 17 00:00:00 2001 From: whoami-rajat Date: Tue, 9 Apr 2019 16:26:37 +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-5-0-2016-11-16 Change-Id: I84cc9535bdd10f378128f98b9821f1b67b07b6f4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aea85bd00bd..23fec024358 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -minversion = 2.0 +minversion = 2.5 skipsdist = True skip_missing_interpreters = true envlist = py36,py27,compliance,pep8