From 608f97f22cb57c6f96efa9c19e27e400cb6b289e Mon Sep 17 00:00:00 2001 From: ?ukasz Langa Date: Sat, 25 May 2013 23:22:05 +0200 Subject: initial commit --- tox.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tox.ini (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..c0fc179 --- /dev/null +++ b/tox.ini @@ -0,0 +1,12 @@ +[tox] +envlist = py26,py27,py32,py33 + +[testenv] +changedir = test +commands = + {envbindir}/python test_singledispatch.py + +[testenv:py26] +basepython = python2.6 +deps = + unittest2 -- cgit v1.2.1