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
|
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
|
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
|
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
|
c75060afaa
|
Make mvnget.sh Python 3 compatible.
|
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
|
9e1cf4fbad
|
Simplified helper scripts.
Fix possible shell incompatibility introduced in last commit.
|
2017-03-08 12:06:22 +01:00 |
baztian
|
1cd46e1311
|
Update virtualenv for jython.
|
2017-03-08 11:30:33 +01:00 |
baztian
|
43775ef529
|
Jython 2.7.0 update
|
2017-01-24 21:17:01 +01:00 |
baztian
|
f294a78664
|
Removed official Jython 2.5.3 support in favour of less complex Travis CI build. Fix other travis ci issues.
|
2015-04-26 20:14:38 +02:00 |
baztian
|
9c8ddf47f7
|
Fix travis build.
|
2015-04-26 20:07:33 +02:00 |
baztian
|
453eb61598
|
Add Python 3 compatibility.
|
2015-04-26 19:41:37 +02:00 |
baztian
|
affe3ae688
|
Make Jython build work again correctly.
|
2015-04-26 17:01:15 +02:00 |
baztian
|
d92b8bdbf2
|
Migrate travis setup to jip 0.9.2 for python 3 compatablility. Don't use jip to install Jython for build time speedup.
|
2015-04-25 16:19:24 +02:00 |
baztian
|
e5e91e794c
|
Make jip config portable and travis home independent
|
2015-04-12 21:16:59 +02:00 |
baztian
|
3cc5afa692
|
Improve Jython setup.
|
2015-04-03 14:04:13 +02:00 |
baztian
|
5513c415a9
|
Remove unused BACKEND. Don't run sqlite py test on py 2.6
|
2015-04-02 09:16:06 +02:00 |
baztian
|
ae4f418e85
|
Try to compile mockdriver on travis ci.
|
2015-04-02 09:16:06 +02:00 |
baztian
|
91dc5c29b5
|
Update Jython 2.7 to rc1
|
2015-04-02 08:57:41 +02:00 |
baztian
|
99465f2181
|
Rename requirement files.
|
2015-03-02 11:11:40 +01:00 |
baztian
|
5a1b68f211
|
Fix travis jython simulation to only run the working test case
|
2015-02-07 21:06:38 +01:00 |
baztian
|
de360ebc05
|
Use travis' container-based infrastructure
|
2015-02-07 20:57:18 +01:00 |
baztian
|
e3379fe8da
|
Add Jython 2.7-b3 to Travis build matrix
|
2015-02-07 20:48:48 +01:00 |
baztian
|
235c0ea7ec
|
Make pip.conf local to Jython virtualenv
|
2014-02-12 15:24:13 +01:00 |
baztian
|
fbf107ae00
|
Fix typo to check for file existence to install requirements for cpython
|
2014-02-12 13:09:15 +01:00 |
baztian
|
2db4450a20
|
Fix build script error
|
2014-02-12 13:07:17 +01:00 |
baztian
|
a8376a1d7c
|
Fix Travis yml error
|
2014-02-12 13:01:31 +01:00 |
baztian
|
f17d2f5149
|
Write simulation script for travis build to avoid unnecessary Travis build time usage
|
2014-02-12 12:54:22 +01:00 |
baztian
|
749f0600f0
|
Make pip work for Jython < 2.6 by favouring distribute over setuptools. Disable ssl
|
2014-02-12 12:52:46 +01:00 |
baztian
|
f57dcf749c
|
Try once again with an older virtualenv version
|
2014-02-11 20:24:54 +01:00 |
baztian
|
ce7eeb3dfc
|
Inspect path of installed virtualenv
|
2014-02-11 20:21:45 +01:00 |
baztian
|
70261c2ee5
|
Try to export the virtualenv deactivate function as we want to deactivate it for Jython builds
|
2014-02-11 20:16:25 +01:00 |
baztian
|
fcd764c040
|
Try once againt to make the Jython build work correctly
|
2014-02-11 19:13:57 +01:00 |
baztian
|
34cd55f5ef
|
Fix virtualenv deactivation for Jython build
|
2014-02-11 19:09:48 +01:00 |
baztian
|
a94f2aee60
|
Fix Jython build to not rely on Jython installation in original virtualenv which doesn't seem to work
|
2014-02-11 19:05:36 +01:00 |
baztian
|
1188f14bef
|
Fix typo. Setup compatible virtualenv for Jython < 2.6
|
2014-02-11 18:30:40 +01:00 |
baztian
|
01283b1834
|
Fix typos
|
2014-02-11 17:51:06 +01:00 |
baztian
|
26acf4fd05
|
Fix bad substitution error, add jip dependency and make scripts more robust.
|
2014-02-11 17:45:21 +01:00 |
baztian
|
54ae804bc5
|
Fix permissions of Travis CI build files.
|
2014-02-11 17:35:51 +01:00 |
baztian
|
2c7361234d
|
Install and run Jython build
|
2014-02-11 17:31:11 +01:00 |
baztian
|
919d048444
|
Put Travis before_install into separate script.
|
2014-02-11 16:21:38 +01:00 |