3 Commits

Author SHA1 Message Date
Tony Breeds
d827e71b22 Add a bashate tox environment and address errors
Add a bashate environment for checking shell code quality.
Exclude bashate warnings:
 E006: Line too long:
 E010: The "do" should be on same line as for

In my opinion the places that trip these do not impact code readability

Change-Id: Iab0a34542c3938f127515291eca8f027f3accaa0
2017-09-28 12:09:04 +10:00
Kai Qiang Wu(Kennan)
7578f91069 Fix the empty string issue for pip
When read from requirement file, the grep not deal with
blank line, which cause pip wheel have '' issue.

Check logs in below for details:
http://logs.openstack.org/21/181821/1/check/check-requirements-integration-dsvm/3ce99ff/console.html#_2015-05-13_05_27_33_105

Change-Id: I558a9488f576738a44dd746589c04bd28d7cd332
2015-05-13 20:51:01 +08:00
Doug Hellmann
973b37885b Add developer script to build wheels
Add a script developers can use to build wheels of the global
requirements to speed up package installation time on their local
systems.

Change-Id: I978def344719380989b2454da04c1ae139df18bf
2014-12-17 16:38:05 -05:00