From 2bf0364c0e68674d9c80fe46db85cf6cd3a11d21 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 29 May 2013 15:44:15 +0200 Subject: [PATCH] travis.yml: Add feedparser and chardet as dependencies. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4190808e6..9d49d6220 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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