summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 6 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index b0ca53e..687cf4a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,8 +13,12 @@ deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
commands = nosetests --with-doctest --exclude-dir=tests/testmods {posargs}
+[flake8]
+show-source = True
+exclude = .venv,.tox,dist,doc,*.egg,.update-venv
+
[testenv:pep8]
-commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*.egg,.update-venv .
+commands = flake8
[testenv:pylint]
deps = pylint>=0.26.0
@@ -27,10 +31,5 @@ setenv = NOSE_WITH_COVERAGE=1
[testenv:venv]
commands = {posargs}
-[testenv:full]
-deps = -r{toxinidir}/tools/pip-requires
- -r{toxinidir}/tools/test-requires
- -r{toxinidir}/tools/test-options
-
[testenv:pyflakes]
-commands = python tools/flakes.py openstack setup.py update.py
+commands = flake8