1
0
forked from VimPlug/jedi

travis: install simplejson for python 2.5

This commit is contained in:
David Halter
2013-01-12 01:20:51 +01:00
parent 9d9e40a66f
commit d89d80733f

View File

@@ -4,7 +4,8 @@ python:
- 2.6
- 2.7
- 3.2
install: echo "No external requirements"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi
script:
- cd test
- ./test.sh