With this change, you can run "tox -e py34" to test python3 compatibility.
Signed-off-by: IWAMOTO Toshihiro <[email protected]> --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b88e6dc..a1a6827 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,11 @@ [tox] -envlist = py26,py27,pep8 +envlist = py26,py27,py34,pep8 [testenv] deps = -U -r{toxinidir}/tools/pip-requires -r{toxinidir}/tools/test-requires +usedevelop = True commands = python ryu/tests/run_tests.py '{posargs}' -- 2.1.4 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
