summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 321b7062..ae9fd330 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,8 @@ usedevelop = True
passenv= NOSE_VERBOSE
commands =
coverage run --source=ryu ryu/tests/run_tests.py '{posargs}'
+ bash ryu/tests/integrated/common/install_docker_test_pkg_for_travis.sh
+ python ryu/tests/integrated/run_test.py
[testenv:pep8]
commands =