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
|
2013-04-19 00:26:06 -04:00
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
2013-05-19 17:25:36 -04:00
|
|
|
script: flake8 --exclude=jedi --select=F,C9 --max-complexity=10 python && ./install.sh && nosetests python
|
2013-04-19 00:26:06 -04:00
|
|
|
env:
|
|
|
|
- YCM_TESTRUN=1 EXTRA_CMAKE_ARGS=""
|
|
|
|
- YCM_TESTRUN=1 EXTRA_CMAKE_ARGS="-DUSE_CLANG_COMPLETER=ON"
|