diff --git a/.travis.yml b/.travis.yml index 9840cf0..d320394 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,9 @@ matrix: - python: 2.7 env: TESTNAME=test_integration.SqlitePyTest - python: 2.7 - env: JYTHON=org.python:jython-installer:2.7-rc1 TESTNAME="test_integration.HsqldbTest test_integration.PropertiesDriverArgsPassingTest" JDBC_DRIVER=org.hsqldb:hsqldb:1.8.0.10 + env: JYTHON=org.python:jython-installer:2.7.0 TESTNAME="test_integration.HsqldbTest test_integration.PropertiesDriverArgsPassingTest" JDBC_DRIVER=org.hsqldb:hsqldb:1.8.0.10 - python: 2.7 - env: JYTHON=org.python:jython-installer:2.7-rc1 TESTNAME=test_mock JDBC_DRIVER=org.jaydebeapi:mockdriver:1.0-SNAPSHOT + env: JYTHON=org.python:jython-installer:2.7.0 TESTNAME=test_mock JDBC_DRIVER=org.jaydebeapi:mockdriver:1.0-SNAPSHOT before_install: - ci/before_install.sh diff --git a/README.rst b/README.rst index 915483b..8614ec5 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ .. image:: https://img.shields.io/badge/python-2.6,_2.7,_3.4-blue.svg :target: https://pypi.python.org/pypi/JayDeBeApi/ -.. image:: https://img.shields.io/badge/jython-2.7--rc1-blue.svg +.. image:: https://img.shields.io/badge/jython-2.7.0-blue.svg :target: https://pypi.python.org/pypi/JayDeBeApi/ .. image:: https://img.shields.io/github/tag/baztian/jaydebeapi.svg @@ -58,7 +58,7 @@ or if you are using Jython use :: $ jython setup.py install -It has been tested with Jython 2.7-rc1. +It has been tested with Jython 2.7.0. If you are using cPython ensure that you have installed JPype_ properly. It has been tested with JPype1 0.5.7. Older JPype diff --git a/ci/simulate_travis_jython.sh b/ci/simulate_travis_jython.sh index 94e243d..bbaca46 100755 --- a/ci/simulate_travis_jython.sh +++ b/ci/simulate_travis_jython.sh @@ -3,7 +3,7 @@ set -e export BACKEND=hsqldb #export JYTHON=org.python:jython-installer:2.5.3 -export JYTHON=org.python:jython-installer:2.7-rc1 +export JYTHON=org.python:jython-installer:2.7.0 jip install $JYTHON _JIP_HOME=$HOME/.jip export HOME=`mktemp -d`