summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorChuck Short <chuck.short@canonical.com>2012-12-22 15:36:34 -0600
committerChuck Short <chuck.short@canonical.com>2012-12-24 08:21:38 -0600
commita0e06a8e96ccfeee1de0030da0a1a2ac9e6e5aad (patch)
treee8cb9934751975c804b0cfe1604fe99b3a0cd8ee /tox.ini
parentdaf3bdae226a76926a8a877e1ed4bd7046f9192d (diff)
downloadkeystone-a0e06a8e96ccfeee1de0030da0a1a2ac9e6e5aad.tar.gz
keystone-a0e06a8e96ccfeee1de0030da0a1a2ac9e6e5aad.tar.xz
keystone-a0e06a8e96ccfeee1de0030da0a1a2ac9e6e5aad.zip
Add pyflakes to tox.ini
Add the ability to use pyflakes. Change-Id: I1c0a652258fd494bf6754b5b83c47166582a85d0 Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b73d0ca1..5b322b84 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,3 +27,7 @@ setenv = NOSE_WITH_COVERAGE=1
[testenv:venv]
commands = {posargs}
+
+[testenv:pyflakes]
+deps = pyflakes
+commands = python tools/flakes.py keystone