Commit Graph

211 Commits (482244c34b1aa5b104b0241d56efcf2632dfcf3a)

Author SHA1 Message Date
baztian 482244c34b Drop Python 2.6 compatability. Really use JPype 0.6.2 2019-07-08 21:05:38 +02:00
baztian d31d9a97e3 Bump version: 1.1.0 → 1.1.1 2019-07-08 21:05:19 +02:00
baztian a3036b4186 Fix development notes on how to publish a new release. 2019-07-08 21:05:19 +02:00
baztian 2f0eaeb5e0 Maintain changelog. 2017-03-21 20:05:05 +01:00
baztian 364a3584d5 Work around bug. Fixes #18. 2017-03-21 20:04:08 +01:00
baztian 8f3345bcdf Make mock driver Java 7 compatible again (Travis standard JDK). 2017-03-21 20:04:08 +01:00
baztian 4df6414d27 Write testcase for #18. (Very rough version. MockConnection method
should be more flexible and use less copy code)
2017-03-21 20:04:08 +01:00
baztian 0e482a2052 Bump version: 1.0.0 → 1.1.0 2017-03-19 19:24:34 +01:00
baztian e28ad464d3 Maintain changelog. 2017-03-19 19:23:19 +01:00
baztian 295414cd7f Support BIT and TINYINT type mappings. Fixes #23. 2017-03-19 19:21:11 +01:00
baztian f3c2df8464 Allow tox command overriding. Thanks to @ionelmc for https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/ 2017-03-12 20:35:52 +01:00
baztian 4d9a26f18b Remove doctest from coverage. 2017-03-12 20:29:40 +01:00
baztian 380bb80d68 Upgrade to jip in the hope to find out more about the Python 2.6 build error
occuring sometimes.
2017-03-11 20:35:38 +01:00
baztian 8af11d4281 Add documentation on how to install Python 2.6 for development envs. 2017-03-11 20:35:02 +01:00
baztian 904ab6b857 Merge branch 'pip-caching' 2017-03-10 22:04:07 +01:00
baztian 5b79ee37e1 Use standard syntax for travis pip caching. 2017-03-10 21:56:30 +01:00
baztian 048c075171 Enable pip caching. 2017-03-10 21:43:23 +01:00
baztian 7f91f7f60c Merge branch 'travis-caching' 2017-03-10 21:25:23 +01:00
baztian 526f53d96b Cache Jython installation. 2017-03-10 21:11:45 +01:00
baztian 18440f1def Cache maven home explicitly. 2017-03-10 20:36:01 +01:00
baztian b53b1a3581 Use $HOME for mvn to see if this can use some travis standard repos or so. 2017-03-10 20:18:19 +01:00
baztian b348741b81 Merge branch 'add-jython-coveralls' 2017-03-10 16:26:15 +01:00
baztian 59974ffab5 Move coveralls handling from tox to travis to work around Jython urllib issues. 2017-03-10 16:08:49 +01:00
baztian 05e429ac66 Simplified tox.ini a little bit. 2017-03-10 15:42:03 +01:00
baztian 47aa0c68a3 Add Jython coverage support. Thanks to @testInord. https://github.com/baztian/jaydebeapi/pull/17#issuecomment-275192869 2017-03-10 13:31:19 +01:00
baztian 8fc9ae8869 Merge branch 'tox-travis' 2017-03-10 12:26:20 +01:00
baztian 561d447c09 Switch to tox develeopment mode to fix source view on coveralls. 2017-03-10 12:24:29 +01:00
baztian 4c6efb7113 Fix coveralls run on Python 2.6. Skip coveralls for Jython. 2017-03-10 12:24:25 +01:00
baztian c150bb8290 Add coverage and coveralls back to tox and travis. 2017-03-10 12:23:05 +01:00
baztian 4ef125e6b1 Introduce Python 3.6 to the build matrix. 2017-03-10 12:23:01 +01:00
baztian bf35ac253e Improve requirements resolution. 2017-03-10 12:20:43 +01:00
baztian 8c119de997 Apply recommendations from https://github.com/ryanhiebert/tox-travis/issues/62 2017-03-10 12:17:51 +01:00
baztian 7c2a48f75c First attempt to run tox on travix. 2017-03-10 12:17:45 +01:00
baztian d90e1f66d9 Merge branch 'doctests-fix' 2017-03-09 14:31:14 +01:00
baztian 6767e247ab Fix failing doctests not resulting into build errors. 2017-03-09 14:28:26 +01:00
baztian 460008e11e Add tox for local development (no travis integration yet). 2017-03-08 14:32:22 +01:00
baztian dc7b55085d Align tox matrix to travis matrix. 2017-03-08 14:28:52 +01:00
baztian ca9e978fe5 Remove obsolete comments. 2017-03-08 14:16:35 +01:00
baztian 82b0f14b60 Fix whitespace 2017-03-08 14:07:05 +01:00
baztian 3676b42cfd Run doctests in tox. 2017-03-08 12:26:48 +01:00
baztian c16e56c486 Upgrade jip to fix .jip_config not being found. 2017-03-08 12:19:31 +01:00
baztian 0596d5fbca Fix maven repo access again. 2017-03-08 12:13:48 +01:00
baztian 72dbb832d9 Fix maven repo access again. 2017-03-08 12:13:48 +01:00
baztian 2e3d8ce1a8 Make tox work with any Python 3 release. Fix maven repo reference. 2017-03-08 12:13:48 +01:00
baztian c75060afaa Make mvnget.sh Python 3 compatible. 2017-03-08 12:13:48 +01:00
baztian aaa118b6b9 Fixed travis mvn call. 2017-03-08 12:13:48 +01:00
baztian 85f528aa4c Align .travis.yml to tox related changes. 2017-03-08 12:13:48 +01:00
baztian bc732dca08 Improve tox configuration. 2017-03-08 12:13:48 +01:00
baztian 4666f606d9 Add Jython support for hsqldb driver test to tox build matrix. 2017-03-08 12:13:48 +01:00
baztian 6a9795cdd9 Add Jython support for mock driver test to tox build matrix. 2017-03-08 12:13:48 +01:00