# HG changeset patch # User Marcin Kuzminski # Date 1341431747 -7200 # Node ID 249976a5314e3289fafafb5644b43a2977bdb5d1 # Parent 385b768b75ea4b1ed89f7a2a9188504eedd45e5e add tox config diff -r 385b768b75ea -r 249976a5314e tox.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tox.ini Wed Jul 04 21:55:47 2012 +0200 @@ -0,0 +1,14 @@ +[tox] +envlist = py25,py26,py27 + +[testenv:py25] +commands = + nosetests + +[testenv:py26] +commands = + nosetests + +[testenv:py27] +commands = + nosetests