diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | tox.ini | 1 |
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 @@ -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] |