newspaper/.travis.yml
2017-12-26 18:46:26 -08:00

10 lines
218 B
YAML

language: python
python:
- "2.7"
install:
- pip install -r requirements.txt coverage coveralls
- python download_corpora.py
script:
- coverage run --source newspaper tests/unit_tests.py
after_success:
coveralls