diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-06-14 19:06:34 -0400 |
|---|---|---|
| committer | Michael Basnight <mbasnight@gmail.com> | 2013-06-17 22:42:35 -0700 |
| commit | 741d82c0e8546b594032695c2cc3dbd2f7473417 (patch) | |
| tree | 7c2fff10ccb5e5485582b7990b8cbcba19330226 /tox.ini | |
| parent | 257d4a8601c3848421c3f95179cf1f151e381e87 (diff) | |
| download | python-troveclient-741d82c0e8546b594032695c2cc3dbd2f7473417.tar.gz | |
Move to flake8/hacking.
Change-Id: I57d6ddf55b032542233d30ee4c876d244802a4bf
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
