summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 1112dfe..4641141 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ commands = nosetests
[testenv:pep8]
deps = pep8
-commands = pep8 --repeat --show-source swiftclient setup.py
+commands = pep8 --repeat --show-source --exclude=openstack swiftclient setup.py
[testenv:venv]
commands = {posargs}