YouCompleteMe/.travis.yml

14 lines
277 B
YAML
Raw Normal View History

2013-04-27 01:13:25 -04:00
language: python
python:
- "2.6"
- "2.7"
install:
- pip install flake8
compiler:
- gcc
- clang
2013-04-27 01:13:25 -04:00
script: flake8 --exclude=jedi --select=F,C9 python && ./install.sh
env:
- YCM_TESTRUN=1 EXTRA_CMAKE_ARGS=""
- YCM_TESTRUN=1 EXTRA_CMAKE_ARGS="-DUSE_CLANG_COMPLETER=ON"