10 lines
171 B
INI
10 lines
171 B
INI
![]() |
[tox]
|
||
|
envlist = py26,py27
|
||
|
|
||
|
[testenv]
|
||
|
deps = -U
|
||
|
-r{toxinidir}/tools/pip-requires
|
||
|
-r{toxinidir}/tools/test-requires
|
||
|
commands =
|
||
|
python ryu/tests/run_tests.py
|