diff options
author | Brian Waldon <bcwaldon@gmail.com> | 2012-06-07 14:37:56 -0700 |
---|---|---|
committer | Brian Waldon <bcwaldon@gmail.com> | 2012-06-07 14:37:56 -0700 |
commit | 0935e38113b5db8f2611afd0cff66a1d74a52c0e (patch) | |
tree | 212bf117e61db2f54ec33d299264d3eedaac7d73 /tox.ini | |
parent | 2e81493192ac367211d3fa04feab7d161075409e (diff) | |
download | python-glanceclient-0935e38113b5db8f2611afd0cff66a1d74a52c0e.tar.gz |
Add tests dir to pep8 command
Change-Id: I28120c67e157277202976696eea37023fb719d6d
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |