YouCompleteMe/.travis.yml

10 lines
185 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:
- pip install -r python/test_requirements.txt
2015-04-25 22:35:44 +02:00
script: ./run_tests.py