From 4517235f857a4517b68e88538e2b3d7befecf1fd Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Fri, 8 Jan 2016 20:53:50 +0100 Subject: [PATCH] add py35 to tox, fix missing dependency for py26 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6d64448..2964463 100755 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34 +envlist = py27,py33,py34,py35 [testenv] deps = @@ -11,6 +11,7 @@ commands = deps = argparse unittest2 + ordereddict configparser {[testenv]deps}