Update the min tox 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 will 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: I3b387930451d78e20a69b8c29b0b28290673ef78
This commit is contained in:
confi-surya 2019-01-15 17:09:35 +05:30 committed by Surya Prakash (spsurya)
parent e8fd828d3b
commit 1e3fd7e846
1 changed files with 1 additions and 1 deletions

View File

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