From d97eaaa317e252aabb7fb4d3caf1eca83525cc12 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 24 Mar 2011 03:45:46 -0400 Subject: [PATCH] basic tox tests --- 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..f4eafcb --- /dev/null +++ b/tox.ini @@ -0,0 +1,7 @@ +[tox] +envlist = py26,py27 + +[testenv] +commands = py.test --junitxml=junit-{envname}.xml +deps = pytest +