# HG changeset patch # User Marcin Kuzminski # Date 2012-07-04 21:55:47 # Node ID 249976a5314e3289fafafb5644b43a2977bdb5d1 # Parent 385b768b75ea4b1ed89f7a2a9188504eedd45e5e add tox config diff --git a/tox.ini b/tox.ini new file mode 100644 --- /dev/null +++ b/tox.ini @@ -0,0 +1,14 @@ +[tox] +envlist = py25,py26,py27 + +[testenv:py25] +commands = + nosetests + +[testenv:py26] +commands = + nosetests + +[testenv:py27] +commands = + nosetests