YouCompleteMe/.travis.yml
Strahinja Val Markovic 070d39b2a9 Adding a run_tests script
This is now also used by Travis CI.
2013-10-07 11:03:30 -07:00

14 lines
235 B
YAML

language: python
python:
- "2.6"
- "2.7"
install:
- 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"