Downgrade coverage module *inside* tox env to a version which does not require sqlite which isn't supported by Jython
parent
06f7a438c5
commit
e38a46a356
6
tox.ini
6
tox.ini
|
|
@ -20,10 +20,8 @@ setenv =
|
||||||
deps =
|
deps =
|
||||||
oldjpype: JPype1==0.6.3
|
oldjpype: JPype1==0.6.3
|
||||||
newjpype: JPype1==0.7.0
|
newjpype: JPype1==0.7.0
|
||||||
# https://github.com/jiptool/jip/issues/54
|
jip==0.9.14
|
||||||
#jip==0.9.14
|
coverage==4.3.4
|
||||||
https://github.com/jiptool/jip/archive/0.9.14.tar.gz
|
|
||||||
coverage
|
|
||||||
commands =
|
commands =
|
||||||
python --version
|
python --version
|
||||||
python ci/jipconf_subst.py {envdir} {toxworkdir}/shared
|
python ci/jipconf_subst.py {envdir} {toxworkdir}/shared
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue