summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 483c545..1dc4ab3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,6 @@ deps = -r{toxinidir}/tools/pip-requires
commands = nosetests --with-doctest --exclude-dir=tests/testmods {posargs}
[testenv:pep8]
-deps = pep8==1.3.3
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*.egg,.update-venv .
[testenv:cover]
@@ -29,5 +28,4 @@ deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-options
[testenv:pyflakes]
-deps = pyflakes
commands = pyflakes openstack setup.py update.py