summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean Dague <sdague@linux.vnet.ibm.com>2013-01-08 17:09:07 -0500
committerSean Dague <sdague@linux.vnet.ibm.com>2013-01-10 08:57:49 -0500
commitedca0c2a3d5282ba3d8b1ebe2d138ed8e84a9853 (patch)
treef589af59049fcdbb084c9c8ee93372ac372ff9b4 /tox.ini
parent5fca1d9e97913af549adaef0827b189540fc87fa (diff)
downloadnova-edca0c2a3d5282ba3d8b1ebe2d138ed8e84a9853.tar.gz
make runtests -p act more like tox
now that all the N402 fixes are in, start enforcing it Change-Id: I9d495849bf698e5af142d0ccafe551ac0e8a600c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ca5e6e7789..1c43be4ed0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,9 +18,9 @@ downloadcache = ~/cache/pip
[testenv:pep8]
deps=pep8==1.3.3
commands =
- python tools/hacking.py --ignore=N402,E12,E711,E721,E712 --repeat --show-source \
+ python tools/hacking.py --ignore=E12,E711,E721,E712 --repeat --show-source \
--exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg .
- python tools/hacking.py --ignore=N402,E12,E711,E721,E712 --repeat --show-source \
+ python tools/hacking.py --ignore=E12,E711,E721,E712 --repeat --show-source \
--filename=nova* bin
[testenv:pylint]