travis.yml: Fix dependencies (again**2).

master
Valentin Lorentz 2013-02-01 21:11:39 +01:00
parent 5146c6f4dd
commit dfe98cce96
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ python:
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install limnoria chardet django lxml simplejson bs4 twitter
- pip install limnoria chardet django lxml simplejson beautifulsoup4 twitter
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION