diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ deps = -U -r{toxinidir}/tools/pip-requires -r{toxinidir}/tools/test-requires commands = - python ryu/tests/run_tests.py + python ryu/tests/run_tests.py '{posargs}' [testenv:pep8] commands = |