-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI for Jython #67
Comments
If it means the reader could not be used in Jython, that would be an unfortunate limitation. |
I'm not sure if I get your question correctly... Python-dwca-reader test suite is currently runs automatically when code is pushed to this repository. The thing is, the tool we're using for this (Travis CI) currently runs the test suite under Linux, with Python 2.7, 3.5 and 3.6. Ideally, I'd like to also automatically test it on other platforms such as Jython, instead on relying on manual testing before push (which, to be honest I often forgot). So the idea here is to look for an alternative to Travis CI to allows this. The idea is not to make it unusable on less common platforms, quite the contrary in fact :) Hope this address your concerns! |
It does indeed. Sorry for my naiveté.
…On Wed, Apr 12, 2017 at 10:25 AM, Nicolas Noé ***@***.***> wrote:
I'm not sure if I get your question correctly...
Python-dwca-reader test suite is currently runs automatically when code is
pushed to this repository. The thing is, the tool we're using for this
(Travis CI) currently runs the test suite under Linux, with Python 2.7, 3.5
and 3.6. Ideally, I'd like to also automatically test it on other platforms
such as Jython, instead on relying on manual testing before push (which, to
be honest I often forgot).
So the idea here is to look for an alternative to Travis CI to allows
this. The idea is not to make it unusable on less common platforms, quite
the contrary in fact :)
Hope this address your concerns!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAcP6yU6GReDiUBN52sA2ikhsQ3-dVBOks5rvNDHgaJpZM4M6IBl>
.
|
For Windows: done since we're using GH actions (last year). |
We currently use Travis-CI to ensure python-dwca-reader doesn't break, but it doesn't support some platforms (Windows, Jython) that some of our users like.
Should we look for an alternative?
The text was updated successfully, but these errors were encountered: