]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Un-break tox for unit tests
authorBrian Haley <brian.haley@hp.com>
Tue, 17 Feb 2015 20:57:10 +0000 (15:57 -0500)
committerBrian Haley <brian.haley@hp.com>
Tue, 17 Feb 2015 22:22:52 +0000 (17:22 -0500)
commit71ea690727e0006b02e86c901e7efc2d2c1fff70
tree14a4928e3ac412ef71e20070399419d6325ec225
parent16eedf109bea1aa3087bc4699df2ec409706a864
Un-break tox for unit tests

Running 'tox -e py27 $some_unit_test' is always failing now
with tox 1.6.0, with this being printed at the beginning:

ERROR: InvocationError: could not find executable 'dsvm-functional:'

Seems commit 540e4d791ff2573aae38810f4c39f2d6f46d8898
(Automate host configuration for functional testing)
added some code to tox.ini that requires version 1.8 or later,
so make that the minimum.

Change-Id: I56313d0a22dbc4007142b8bb4890d1ac8bebff94
tox.ini