1 2 3 4 5 6 7 8 9 10 11 12 13
[tox] envlist = py26,py27 [testenv] deps = -U -r{toxinidir}/tools/pip-requires -r{toxinidir}/tools/test-requires commands = python ryu/tests/run_tests.py [pep8] exclude = vcsversion.py,.pyc,ryu/contrib,dictconfig.py ignore = E113