summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-14 19:06:34 -0400
committerMichael Basnight <mbasnight@gmail.com>2013-06-17 22:42:35 -0700
commit741d82c0e8546b594032695c2cc3dbd2f7473417 (patch)
tree7c2fff10ccb5e5485582b7990b8cbcba19330226 /tox.ini
parent257d4a8601c3848421c3f95179cf1f151e381e87 (diff)
downloadpython-troveclient-741d82c0e8546b594032695c2cc3dbd2f7473417.tar.gz
Move to flake8/hacking.
Change-Id: I57d6ddf55b032542233d30ee4c876d244802a4bf
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d3fbc7e..bbebce7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ deps = -r{toxinidir}/requirements.txt
commands = nosetests
[testenv:pep8]
-commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc reddwarfclient tests setup.py
+commands = flake8
[testenv:venv]
commands = {posargs}
@@ -30,3 +30,8 @@ commands = nosetests --cover-erase --cover-package=reddwarfclient --with-xcovera
sphinx
-commands =
sphinx-build -b html {toxinidir}/docs/source {envtmpdir}/html
+
+[flake8]
+ignore = E12,F,H
+show-source = True
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build