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.76k stars 1.58k forks source link

Miniconda version must be pinned in CI #262

Closed tales-aparecida closed 5 years ago

tales-aparecida commented 5 years ago

Currently the Travis-ci is downloading the latest miniconda and using its latest Python version (3.7) which pattern does not support yet. As a matter of effect, I tried to add a blank line to master and the pipeline broke.