mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-02 02:03:21 +08:00
13 lines
243 B
YAML
13 lines
243 B
YAML
language: python
|
|
python:
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
install:
|
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi
|
|
- pip install --use-mirrors nose
|
|
script:
|
|
- cd test
|
|
- ./test.sh
|