ceph/tox.ini
Alfredo Deza cbda14f64c just use python 2.7 for now
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2013-09-20 16:49:44 -04:00

13 lines
123 B
INI

[tox]
envlist = py27
[testenv]
deps=
-r{toxinidir}/requirements.txt
pytest
mock
fudge
nose
commands=py.test -v