Add Jython support for mock driver test to tox build matrix.
parent
136057d356
commit
6a9795cdd9
4
tox.ini
4
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue