From: Alfredo Deza Date: Fri, 20 Sep 2013 14:25:46 +0000 (-0400) Subject: add a tox file X-Git-Tag: 1.1.0~1862^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cc4b9560c90cfa5a742f2229c2e60ce97d2c20f6;p=teuthology.git add a tox file Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000000..66fcab3806 --- /dev/null +++ b/tox.ini @@ -0,0 +1,12 @@ +[tox] +envlist = py26, py27 + +[testenv] +deps= + -r{toxinidir}/requirements.txt + pytest + mock + fudge + nose + +commands=py.test -v {posargs:teuthology/test}