From fa83a7d091187a75ca9fcb4e42aabc2cfcc3ffa0 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Fri, 16 Oct 2015 09:06:28 +0200 Subject: [PATCH] Add tox.ini --- 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..8ed317b --- /dev/null +++ b/tox.ini @@ -0,0 +1,7 @@ +[tox] +envlist = py26, py27, py33, py34, py35 +minversion = 1.8 +skip_missing_interpreters = True + +[testenv] +commands = {envpython} ./tests.py