Clean up tox.ini

Leftovers from the cookie-cutter import.

Change-Id: I694104fe44a4b78214ae33a2bcc3470db397f572
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-10-01 14:12:24 -04:00
parent d35649e495
commit ead66d299d
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ commands =
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
# H202 skip until we actually write our own exceptions