diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |