tox >= 1.6 seems to be needed, specify that

Trying to help centos 7 folks run turbo hipster tests it seems that
tox really needs to be 1.6 or higher.

Change-Id: I72092b0b6d982eaffcca65901849f6b648b0ec18
This commit is contained in:
Sean Dague 2014-11-26 09:11:28 -05:00
parent 7391edb0aa
commit e850db9031

View File

@ -4,6 +4,7 @@
# and then run "tox" from this directory.
[tox]
minversion = 1.6
envlist = pep8, py27
[testenv]