Jython 2.7.0 update

master
baztian 2017-01-24 21:17:01 +01:00
parent d0862891e5
commit 43775ef529
3 changed files with 5 additions and 5 deletions

View File

@ -29,9 +29,9 @@ matrix:
- python: 2.7 - python: 2.7
env: TESTNAME=test_integration.SqlitePyTest env: TESTNAME=test_integration.SqlitePyTest
- python: 2.7 - 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 - 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: before_install:
- ci/before_install.sh - ci/before_install.sh

View File

@ -11,7 +11,7 @@
.. image:: https://img.shields.io/badge/python-2.6,_2.7,_3.4-blue.svg .. image:: https://img.shields.io/badge/python-2.6,_2.7,_3.4-blue.svg
:target: https://pypi.python.org/pypi/JayDeBeApi/ :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/ :target: https://pypi.python.org/pypi/JayDeBeApi/
.. image:: https://img.shields.io/github/tag/baztian/jaydebeapi.svg .. 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 $ 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_ If you are using cPython ensure that you have installed JPype_
properly. It has been tested with JPype1 0.5.7. Older JPype properly. It has been tested with JPype1 0.5.7. Older JPype

View File

@ -3,7 +3,7 @@ set -e
export BACKEND=hsqldb export BACKEND=hsqldb
#export JYTHON=org.python:jython-installer:2.5.3 #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 install $JYTHON
_JIP_HOME=$HOME/.jip _JIP_HOME=$HOME/.jip
export HOME=`mktemp -d` export HOME=`mktemp -d`