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
This commit is contained in:
whoami-rajat 2019-04-09 16:26:37 +05:30
parent 6912b5f246
commit 8d57a04108
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 2.0
minversion = 2.5
skipsdist = True
skip_missing_interpreters = true
envlist = py36,py27,compliance,pep8