From 6a9795cdd9cac71900428b30c5c101f718dbff23 Mon Sep 17 00:00:00 2001 From: baztian Date: Sun, 5 Mar 2017 22:56:22 +0100 Subject: [PATCH] Add Jython support for mock driver test to tox build matrix. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index bfca108..f7f4cf4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,35}-driver-{hsqldb,mock,sqliteXerial},py27-driver-sqlitePy +envlist = py{27,35}-driver-{hsqldb,mock,sqliteXerial},py27-driver-sqlitePy,jython-driver-mock [testenv] # Should be changed to {toxinidir} once i manage to download javalibs in tox setenv = CLASSPATH = {envdir}/javalib/* @@ -7,10 +7,10 @@ setenv = CLASSPATH = {envdir}/javalib/* driver-hsqldb: TESTNAME=test_integration.HsqldbTest driver-sqliteXerial: TESTNAME=test_integration.SqliteXerialTest driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest -#deps=pytest # install pytest in the venvs deps = py27: -rrequirements-python-2.7.txt py35: -rrequirements-python-3.4.txt +# not required for jython >= 2.7 anymore jython: -rrequirements-jython.txt jip==0.9.3 commands = # Should be changed to {toxinidir} once i manage to download javalibs in tox