YouCompleteMe/.travis.yml

10 lines
199 B
YAML
Raw Normal View History

2013-04-26 22:13:25 -07:00
language: python
python:
- "2.6"
- "2.7"
before_install:
- git submodule update --init --recursive
2013-04-26 22:13:25 -07:00
install:
2013-05-19 14:20:13 -07:00
- pip install -r python/test_requirements.txt --use-mirrors
script: ./run_tests.sh