6 env: TOX_ENV=pycodestyle
13 env: TOX_ENV=pycodestyle
26 # This is disabled because of trouble running on travis CI.
33 sudo: required # Required to enable Docker service
36 - pip install tox coveralls
37 - bash ryu/tests/integrated/common/install_docker_test_pkg_for_travis.sh
40 - NOSE_VERBOSE=0 tox -e $TOX_ENV