Update tox minversion to 2.0

The commands used by constraints need at least tox 2.0.  Update to
reflect reality, which should help with local running of constraints
targets

Change-Id: I97487d0fbe6999047be5ae487ccebea2bcf76def
This commit is contained in:
Cai Hui
2018-11-09 22:43:53 -05:00
parent b008ef902d
commit a925017f86

View File

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