alan-turing-institute / ReadabiliPy

A simple HTML content extractor in Python. Can be run as a wrapper for Mozilla's Readability.js package or in pure-python mode.
MIT License
230 stars 36 forks source link

Add travis support #27

Closed jemrobinson closed 5 years ago

jemrobinson commented 5 years ago

Add Travis support which blocks commits if tests are failing.

jemrobinson commented 5 years ago

I've marked the failing tests as to-be-skipped so that the CI will pass. Since I've enabled "Review required" on the repository now, could you take a look @martintoreilly and see whether you're happy to merge this?

jemrobinson commented 5 years ago

Forgot to mention that this closes #25