From: Alfredo Deza Date: Tue, 10 Sep 2013 14:08:22 +0000 (-0400) Subject: create a tox file X-Git-Tag: 0.0.1~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=896028ff96afcbfd28d727481994c8d6d939f7f2;p=remoto.git create a tox file --- diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..b9c7d47 --- /dev/null +++ b/tox.ini @@ -0,0 +1,8 @@ +[tox] +envlist = py26, py27, py33 + +[testenv] +deps = + pytest + mock +commands = py.test -v