From 303dfe9ab6016b2d81530d10a3abb50c35086b58 Mon Sep 17 00:00:00 2001 From: baztian Date: Mon, 25 May 2020 20:01:37 +0200 Subject: [PATCH] Downgrade test dependency to JPype 0.7.0 (Recommended for Python 2.7) --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cdedf9b..30edcec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ python: - '3.6' env: + jobs: include: - python: 3.6 diff --git a/tox.ini b/tox.ini index 98e1a29..b44885a 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ setenv = driver-sqlitePy: TESTNAME=test_integration.SqlitePyTest deps = oldjpype: JPype1==0.6.3 - newjpype: JPype1==0.7.1 + 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