Bump tox min version to 2.3.1

We use passenv in the file, it's introduced in tox 2.0.
We can bump tox min version to 2.3.1 like other projects.

Change-Id: I8eade4b8be041a18189724c5399ab4faf7fdbef2
Closes-Bug: #1643447
This commit is contained in:
Dongcan Ye 2016-11-21 15:48:22 +08:00
parent bd7bbfd470
commit 423dbbc481
1 changed files with 1 additions and 1 deletions

View File

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