Files
jedi/.travis.yml
2013-01-12 01:20:51 +01:00

12 lines
206 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
script:
- cd test
- ./test.sh