From 2274f55c0e10fb2d395f9a3bbef01b69bc00efc8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 21 Feb 2011 13:20:45 -0500 Subject: [PATCH] tox configuration --- tox.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..ba10930 --- /dev/null +++ b/tox.ini @@ -0,0 +1,11 @@ +[tox] +envlist = py24,py25,py26,py27 + +[testenv] +commands=py.test --junitxml=junit-{envname}.xml +deps = + simplejson + pytest + +[testenv:pypy] +basepython=/usr/bin/pypy-c