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 =
|
||||
oldjpype: JPype1==0.6.3
|
||||
newjpype: JPype1==0.7.0
|
||||
# https://github.com/jiptool/jip/issues/54
|
||||
#jip==0.9.14
|
||||
https://github.com/jiptool/jip/archive/0.9.14.tar.gz
|
||||
coverage
|
||||
jip==0.9.14
|
||||
coverage==4.3.4
|
||||
commands =
|
||||
python --version
|
||||
python ci/jipconf_subst.py {envdir} {toxworkdir}/shared
|
||||
|
|
|
|||
Loading…
Reference in New Issue