50ae33d3c1
* Fix wheel dependency on python 2.6. * Limit wheel version for tox on python 2.6.
11 lines
226 B
INI
11 lines
226 B
INI
[tox]
|
|
skipsdist = True
|
|
minversion = 2.5.0
|
|
|
|
[testenv]
|
|
changedir = {toxinidir}/../../
|
|
commands = {posargs}
|
|
passenv = HOME SHIPPABLE*
|
|
args_are_paths = False
|
|
deps = setuptools == 35.0.2
|
|
wheel < 0.30.0 ; python_version < '2.7'
|