From c14d08bb3906ea3c8de0c818e6570e7e0c091d04 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 18 May 2016 17:13:29 +1200 Subject: Add a tox.ini for testing with. --- tox.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..4c771ec --- /dev/null +++ b/tox.ini @@ -0,0 +1,12 @@ +[tox] +envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3 +minversion = 1.6 +skipsdist = True + +[testenv] +usedevelop = True +install_command = pip install -U {opts} {packages} +setenv = VIRTUAL_ENV={envdir} +whitelist_externals = make +deps = testtools +commands = make check -- cgit v1.2.1