ironic/tools
Zhenguo Niu 29b37065d7 tox: make it possible to run pep8 on current patch only
This makes tox use a simple wrapper around flake8 like
Nova, which can be told to restrict the check to only
files changed in the current command. This can be invoked
in a simple manner with 'tox -epep8 -- -HEAD'. Since most
commits only touch a handful of files, this will usually
be far faster than checking all source files.

To check an entire branch for bisectability it can be
automated via

  git rebase -i master -x 'tox -epep8 -- -HEAD'

Change-Id: I75b1cfe3198b1217f8b25877714a4af47ae7069f
2016-01-05 09:55:48 +08:00
..
config Refactor disk partitioner code from ironic and use ironic-lib. 2015-12-09 22:03:35 -08:00
__init__.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
flake8wrap.sh tox: make it possible to run pep8 on current patch only 2016-01-05 09:55:48 +08:00
run_bashate.sh Add extensions to the scripts at devstack/tools/ironic/scripts 2015-12-21 11:55:56 +00:00
states_to_dot.py Run flake8 against the python scripts under tools/ and devstack/tools 2015-12-24 01:56:39 +00:00
with_venv.sh Rename files and fix things. 2013-05-07 16:47:55 -07:00