From 175e7e588d858876e14ef2807fed059ca5c9c4a8 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 16 Apr 2014 07:01:15 +0000 Subject: [PATCH] travis.yml: Remove simplejson from the list of dependencies. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ff8b43..8d513ba 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 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