summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index cb6df7f7..5ffbc675 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =