summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
blob: a83b043f2bab8fab525f0e128e00437d4806ff06 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py26,py27

[testenv]
deps = -U
       -r{toxinidir}/tools/pip-requires
       -r{toxinidir}/tools/test-requires
commands =
  python ryu/tests/run_tests.py