]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
tox.ini: Avoid using bash where unnecessary
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 17 Oct 2014 03:30:38 +0000 (12:30 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Tue, 21 Oct 2014 00:29:12 +0000 (09:29 +0900)
commit9ffa8bd9e7ecc3de8301d8854316c01e1e55e0dd
tree18470a6c223b7bf33299602cf63b6c960f5f662b
parentfd37ce7d943ab1c2dbc1cf3b6f0187c227f658ad
tox.ini: Avoid using bash where unnecessary

Switch to sh, which is hopefully more ubiquitously available than bash.

A recent change (commit 085a35d657cf0fa41a402f2af66c4beaa0f60db2)
introduced bash dependency for "tox -e pep8".  It broke my environment,
where bash is not available.  This change aims to restore it.
As far as I undestand, the change in question doesn't actually need
the specific shell dialect.  So switch to sh, which is expected to be
available for any POSIX-like systems, would improve the situation.

Closes-Bug: #1382327
Change-Id: Ie023d2265d9949a3e3721f03e865e4acfb460de2
tox.ini