From 79271738c1f8bfc15fe3a7b1ee6aee84f0aa66e7 Mon Sep 17 00:00:00 2001 From: Alex Gr?nholm Date: Tue, 17 May 2011 02:27:14 +0300 Subject: Added tox configuration --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..3edf152 --- /dev/null +++ b/tox.ini @@ -0,0 +1,7 @@ +[tox] +envlist = py25,py26,py27,py31,py32,jython,pypy + +[testenv] +deps=nose + Paste +commands=python setup.py test -- cgit v1.2.1