summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-06-17 03:59:22 +0000
committerGerrit Code Review <review@openstack.org>2014-06-17 03:59:22 +0000
commit8aec8049b9483f8890b38d7d1d6b27b74b8efdc4 (patch)
treeb1116ebe8f9c0440104215222619659c2cf195b4 /tox.ini
parent882627daf2d529b09193af30ae7c607cf407bf53 (diff)
parentb4d0280f03cc5c172351a4d526d0438371c7a773 (diff)
downloadpython-novaclient-8aec8049b9483f8890b38d7d1d6b27b74b8efdc4.tar.gz
Merge "Add posargs support to flake8 call"
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 54a05cab..b5711940 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --testr-args='{posargs}'
[testenv:pep8]
-commands = flake8
+commands = flake8 {posargs}
[testenv:venv]
commands = {posargs}