summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTerryHowe <terrylhowe@gmail.com>2015-02-20 09:33:10 -0700
committerTerryHowe <terrylhowe@gmail.com>2015-02-20 09:33:20 -0700
commit1f21e0f209adb50a44adbc23ccf94a6b50fb6161 (patch)
treecb5b77e7475ed585c04163cebe0e27ed30a3a2e1 /tox.ini
parentf72da89f282dd6c0d49f630be5699359d79f3f95 (diff)
downloadcliff-1f21e0f209adb50a44adbc23ccf94a6b50fb6161.tar.gz
Fix pep8 tests for lambda
Change-Id: I1c23d025fadcf38e64fe5c9dd63cc7c17b698ea7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 6563419..121910b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,6 +39,3 @@ commands = {toxinidir}/integration-tests/openstackclient-tip.sh {envdir}
[testenv:docs]
commands = python setup.py build_sphinx
-
-[flake8]
-ignore = W503,E731 \ No newline at end of file