diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 = |