Skip to content

Commit

Permalink
install simplejson for py26/travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Mar 23, 2013
1 parent 611644d commit 18e2f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install -q --use-mirrors simplejson; fi
- pip install -q mock>=0.7.2 --use-mirrors
- pip install -q coveralls --use-mirrors
- pip install -q . --use-mirrors
Expand Down

0 comments on commit 18e2f8c

Please sign in to comment.