Downgrade test dependency to JPype 0.7.0 (Recommended for Python 2.7)
parent
635504943e
commit
303dfe9ab6
|
|
@ -24,6 +24,7 @@ python:
|
||||||
- '3.6'
|
- '3.6'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -19,7 +19,7 @@ setenv =
|
||||||
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
|
driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest
|
||||||
deps =
|
deps =
|
||||||
oldjpype: JPype1==0.6.3
|
oldjpype: JPype1==0.6.3
|
||||||
newjpype: JPype1==0.7.1
|
newjpype: JPype1==0.7.0
|
||||||
# https://github.com/jiptool/jip/issues/54
|
# https://github.com/jiptool/jip/issues/54
|
||||||
#jip==0.9.14
|
#jip==0.9.14
|
||||||
https://github.com/jiptool/jip/archive/0.9.14.tar.gz
|
https://github.com/jiptool/jip/archive/0.9.14.tar.gz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue