clips / pattern

Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
https://github.com/clips/pattern/wiki
BSD 3-Clause "New" or "Revised" License
8.72k stars 1.58k forks source link

Pin Python and some dependencies versions to fix CI #263

Closed tales-aparecida closed 5 years ago

tales-aparecida commented 5 years ago

Pin the subversion of Python and fix the ci config to actually use it, as said in #262 . The subversion 3.6.5 was chosen as it is the latest known to pass in every test, which should be updated in the near future.

tales-aparecida commented 5 years ago

Last successful build before this PR https://travis-ci.org/clips/pattern/builds/417677648

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.07%) to 68.349% when pulling c0b48c1056b7e35032f5c4c0988146b19a5ee4c9 on thalelinh:fix-ci-python-version into 5b85d998c30ddc6772b56310713530224466083a on clips:master.

tales-aparecida commented 5 years ago

Twitter search API test is somewhat unstable. Maybe the rate limit is being reached...

tales-aparecida commented 5 years ago

The CI is still broken but Jakob's PR fixes the StopIteration errors in Python 3.7 so I've made a PR for his branch to fix the libsvm/liblinear situation