mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 05:49:37 +08:00
travis: install simplejson for python 2.5
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ python:
|
|||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.2
|
- 3.2
|
||||||
install: echo "No external requirements"
|
install:
|
||||||
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi
|
||||||
script:
|
script:
|
||||||
- cd test
|
- cd test
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user