travis.yml: Remove simplejson from the list of dependencies.

master
Valentin Lorentz 2014-04-16 07:01:15 +00:00
parent 87e9996af1
commit 175e7e588d
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 limnoria chardet django lxml simplejson beautifulsoup4 python-twitter requests
- pip install limnoria chardet django lxml beautifulsoup4 python-twitter requests
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION