Require tox >= 2.0

We use passenv in the file, and as per [1], it's introduced in tox 2.0.

[1] https://testrun.org/tox/latest/config.html#confval-passenv=SPACE-SEPARATED-GLOBNAMES

Change-Id: I97f1f903dec10b4a91fc27d62990ab974c5831bf
This commit is contained in:
Ihar Hrachyshka 2015-11-12 22:22:28 +01:00
parent 8ee67e477c
commit 497932466c
1 changed files with 1 additions and 1 deletions

View File

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