YouCompleteMe/.travis.yml

10 lines
185 B
YAML
Raw Normal View History

2013-04-27 01:13:25 -04:00
language: python
python:
- "2.6"
- "2.7"
before_install:
- git submodule update --init --recursive
2013-04-27 01:13:25 -04:00
install:
- pip install -r python/test_requirements.txt
script: ./run_tests.sh