summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-02-11 22:55:09 -0800
committerMonty Taylor <mordred@inaugust.com>2013-02-25 04:34:24 -0500
commitf42a3db8d8eade9808a21650c314bbcc149bb560 (patch)
tree07dc0753d2f191f6afce7502c4ee112797f72174 /tox.ini
parentc312fd6742c035677347a6987fb17b67e2c72087 (diff)
downloadoslo-f42a3db8d8eade9808a21650c314bbcc149bb560.tar.gz
oslo-f42a3db8d8eade9808a21650c314bbcc149bb560.tar.xz
oslo-f42a3db8d8eade9808a21650c314bbcc149bb560.zip
Update flakes.py to match 0.6.1.
pyflakes 0.6.1 changes a module path - but we want to use it, because it finally groks attributes properly. Change-Id: Id35d1551c78212adb7ab470cefd9a53827167a71
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1dc4ab3..f737a39 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,4 +28,4 @@ deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-options
[testenv:pyflakes]
-commands = pyflakes openstack setup.py update.py
+commands = python tools/flakes.py openstack setup.py update.py