Update min tox version 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: Ia963aa201934b6583f8e8b107da1375caac92b6a
This commit is contained in:
Nguyen Hai Truong 2018-11-02 23:17:46 +07:00
parent 93a31be5cc
commit 3952d59724
1 changed files with 1 additions and 1 deletions

View File

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