]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
add a tox file
authorAlfredo Deza <alfredo.deza@inktank.com>
Fri, 20 Sep 2013 14:25:46 +0000 (10:25 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Fri, 20 Sep 2013 14:28:38 +0000 (10:28 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
tox.ini [new file with mode: 0644]

diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..66fcab3
--- /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}