myint / language-check

Python wrapper for LanguageTool grammar checker
https://pypi.python.org/pypi/language-check
GNU Lesser General Public License v3.0
327 stars 101 forks source link

Has anyone tried with LT Version 3.2 yet? #20

Closed vfulco closed 8 years ago

vfulco commented 8 years ago

New to the code set and initial download indicates it is using 2.7. I am on Ubuntu 15.04. TIA.

myint commented 8 years ago

I don't have access to a machine with Java 8, which LanguateTool 3.2 requires. But if you test 19f027e987091227a4ac13094c7ae0bf05b88037 and find it works, I can enable 3.2.

jasonm commented 8 years ago

Is it possible to test on JDK8 with the following in .travis.yml ?

jdk:
  - oraclejdk8

Per https://docs.travis-ci.com/user/languages/java#Testing-Against-Multiple-JDKs

myint commented 8 years ago

@jasonm, I think that only works if the language is java. In this project, the language is python and we test against multiple versions of it.