nova/tools
Daniel P. Berrange a7471dd773 tox: make it possible to run pep8 on current patch only
The 'tox -epep8' command takes a long time as it checks
every single file in the Nova git repository (~1,400 at
time of writing).

This makes tox use a simple wrapper around flake8 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 1,400 source files.

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

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

Change-Id: I157d1ccb883ca02402eee51fd7d6a50f86079389
2015-07-24 16:15:38 +01:00
..
db Merge "Switch from MySQL-python to PyMySQL" 2015-07-15 15:53:35 +00:00
xenserver XenAPI: Refactor rotate_xen_guest_logs to avoid races 2015-06-26 12:17:38 +01:00
abandon_old_reviews.sh include python-novaclient in abandon policy 2014-12-08 16:11:08 -05:00
build_latex_pdf.sh Add tool to build a doc latex pdf 2015-07-14 16:13:47 -04:00
clean-vlans Remove vi modelines 2014-02-03 14:19:44 +00:00
colorizer.py Don't use dict.iterkeys() 2015-05-21 14:52:53 -07:00
enable-pre-commit-hook.sh Update OpenStack LLC to Foundation 2013-02-26 19:15:29 -05:00
flake8wrap.sh tox: make it possible to run pep8 on current patch only 2015-07-24 16:15:38 +01:00
install_venv.py Remove vi modelines 2014-02-03 14:19:44 +00:00
install_venv_common.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
nova-manage.bash_completion add nova-manage bash completion script 2012-06-20 17:02:49 +02:00
pretty_tox.sh work around for until-failure 2015-01-16 14:24:29 -05:00
regression_tester.py Remove vi modelines 2014-02-03 14:19:44 +00:00
with_venv.sh support reloctable venv roots in testing framework 2013-02-07 12:38:45 -08:00