travis.yml: Fix dependencies (again).

master
Valentin Lorentz 2013-02-01 21:06:23 +01:00
parent 5f7e858e90
commit 5146c6f4dd
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 libxml2-python chardet django lxml simplejson bs4 twitter
- pip install limnoria chardet django lxml simplejson bs4 twitter
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION