changeset 2546:249976a5314e beta

add tox config
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 04 Jul 2012 21:55:47 +0200
parents 385b768b75ea
children 01273e4f8d63
files tox.ini
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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