Update tox min version to 2.0

It is always safe to define the minimal tox version required to run,
if the host tox is less than this the tool with exit with an error
message indicating the user needs to upgrade tox.

For ref: https://tox.readthedocs.io/en/latest/config.html#tox-global-settings

Change-Id: I358415a8eb9980ff2d422b2e2d60ac35d9a58d07
This commit is contained in:
confi-surya 2019-01-15 17:12:43 +05:30 committed by Surya Prakash (spsurya)
parent 2741a21e2f
commit 99d996dbff
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 1.6
minversion = 2.0
envlist = pep8,py37,py36,py35,py27
skipsdist = True