summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--tox.ini1
2 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 67e9f8be..9e5474a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ sudo: required # Required to enable Docker service
install:
- pip install tox coveralls
+ - bash ryu/tests/integrated/common/install_docker_test_pkg_for_travis.sh
script:
- NOSE_VERBOSE=0 tox -e $TOX_ENV
diff --git a/tox.ini b/tox.ini
index 62258296..cb6df7f7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,6 @@ commands =
[testenv:scenario]
commands =
- bash ryu/tests/integrated/common/install_docker_test_pkg_for_travis.sh
python ryu/tests/integrated/run_test.py
[testenv:py27]