travis.yml: Add feedparser and chardet as dependencies.

This commit is contained in:
Valentin Lorentz 2013-05-29 15:44:15 +02:00
parent 863addd989
commit 2bf0364c0e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pytz --use-mirrors
- pip install pytz feedparser chardet --use-mirrors
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION