From dd516a23299c43bf28625b6e10bacdffcb6c7f8e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 16 Feb 2018 20:37:11 +0100 Subject: [PATCH] Update tox.ini: py35/py36 and extras for eval tests --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cf23ec0..023eee8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,16 @@ [tox] -envlist = py26,py27,py33,py34 +envlist = py26,py27,py33,py34,py35,py36 [testenv] +usedevelop = True commands = nosetests -v {posargs} +extras = lua deps = nose [testenv:py26] commands = nosetests -v {posargs} +extras = lua deps = nose unittest2