summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2014-04-22 18:11:55 +0300
committerVictor Sergeyev <vsergeyev@mirantis.com>2014-04-22 18:37:08 +0300
commitb50609bc0e63704947c0e9d66e503155e885bc0d (patch)
tree5fa28143f5600d32b8bed1e8e4daee8138162810 /tox.ini
parent276f7570d7af4a7a62d0e1ffb4edf904cfbf0600 (diff)
downloadoslo-db-b50609bc0e63704947c0e9d66e503155e885bc0d.tar.gz
Fix dhellmann's notes from April 18
removed the python 3 classifier. See note https://github.com/malor/oslo.db/commit/e4cfa6d39d2aa53af64ab34de97183f98fbeb667#commitcomment-6058177 added W292 pep8 check. See note https://github.com/malor/oslo.db/commit/276f7570d7af4a7a62d0e1ffb4edf904cfbf0600#commitcomment-6058296 added usage examples. See note https://github.com/malor/oslo.db/commit/e4cfa6d39d2aa53af64ab34de97183f98fbeb667#commitcomment-6058130
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 cde32ce..06b2516 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,6 @@ commands = OSLO_LOCK_PATH=/tmp/ python setup.py testr --coverage --testr-args='{
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
-ignore = E123,E125,H803,W292
+ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build