summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorjola-mirecka <jola.mirecka@hp.com>2013-03-22 14:59:57 +0000
committerjola-mirecka <jola.mirecka@hp.com>2013-03-22 15:00:40 +0000
commit8ea9c4aae8837842a54f513866521d0d473d781f (patch)
treeed239db9a6b5620b51be6a759d8836422b39eec7 /tox.ini
parent4f57f815b3847c9f4a2edc20784a770b806f4045 (diff)
downloadpython-swiftclient-8ea9c4aae8837842a54f513866521d0d473d781f.tar.gz
Fixed pep8 errors in test directory.
Files test_swiftclient.py and utils.py had all pep8 errors fixed. Also added tests directory to tox.ini file, so that pep8 would monitor tests directory by default. Change-Id: Id60a2cd88bd814d1dcbeca951764c9d236500837 Fixes: bug #1158819
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 d1eb896..e290e5d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands = python setup.py testr --testr-args="{posargs}"
[testenv:pep8]
deps = pep8
-commands = pep8 --repeat --show-source --exclude=openstack swiftclient setup.py
+commands = pep8 --repeat --show-source --exclude=openstack swiftclient setup.py tests
[testenv:venv]
commands = {posargs}