YouCompleteMe/.travis.yml

14 lines
235 B
YAML
Raw Normal View History

2013-04-27 01:13:25 -04:00
language: python
python:
- "2.6"
- "2.7"
install:
2013-05-19 17:20:13 -04:00
- pip install -r python/test_requirements.txt --use-mirrors
compiler:
- gcc
- clang
script: ./run_tests.sh
env:
- USE_CLANG_COMPLETER="true"
- USE_CLANG_COMPLETER="false"