diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,13 +12,13 @@ passenv= NOSE_VERBOSE # for running Ryu, the following runs ryu-manager berfore installing # the addtional requirements. commands = - ryu-manager ryu/tests/unit/cmd/dummy_openflow_app.py + ryu-manager tests/unit/cmd/dummy_openflow_app.py pip install -r{toxinidir}/tools/optional-requires -r{toxinidir}/tools/test-requires - coverage run --source=ryu ryu/tests/run_tests.py '{posargs}' + coverage run --source=ryu tests/run_tests.py '{posargs}' [testenv:scenario] commands = - python ryu/tests/integrated/run_test.py + python tests/integrated/run_test.py [testenv:py27] commands = |