Upgrade tox to 2.0

Several projects have set the minimum tox version to 2.0.
This patch updates tox.ini to set the minimum required tox version
to 2.0

Change-Id: Id88e63d953d99aeebfd909ce3fae6295ddb461e1
This commit is contained in:
Walter A. Boring IV 2016-07-12 15:05:20 -07:00
parent 6c95f19bfa
commit c5f31a1a4f
1 changed files with 1 additions and 1 deletions

View File

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