YouCompleteMe/.travis.yml
2015-08-23 23:27:13 +02:00

10 lines
185 B
YAML

language: python
python:
- "2.6"
- "2.7"
before_install:
- git submodule update --init --recursive
install:
- pip install -r python/test_requirements.txt
script: ./run_tests.py