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: I8c4a5e48b6e4dea8c96c0943e6da714908e5afc9
This commit is contained in:
Nguyen Hai Truong 2018-11-01 23:50:12 -07:00
parent 39d299378d
commit 390c4a23a4
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
[tox]
# Hold back to 1.4, since that's what's in Fedora 20 repos
# and we don't need anything newer for freezer-specs tests
minversion = 1.4
minversion = 2.0
envlist = docs,py27,pep8
skipsdist = True