summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-06-07 14:37:56 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-06-07 14:37:56 -0700
commit0935e38113b5db8f2611afd0cff66a1d74a52c0e (patch)
tree212bf117e61db2f54ec33d299264d3eedaac7d73 /tox.ini
parent2e81493192ac367211d3fa04feab7d161075409e (diff)
downloadpython-glanceclient-0935e38113b5db8f2611afd0cff66a1d74a52c0e.tar.gz
Add tests dir to pep8 command
Change-Id: I28120c67e157277202976696eea37023fb719d6d
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 c094428..f9cde4a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ deps = -r{toxinidir}/tools/pip-requires
commands = nosetests
[testenv:pep8]
-commands = pep8 --repeat --show-source glanceclient setup.py
+commands = pep8 --repeat --show-source glanceclient tests setup.py
[testenv:venv]
commands = {posargs}