2013-04-27 01:13:25 -04:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
2014-05-15 22:03:29 -04:00
|
|
|
before_install:
|
|
|
|
- git submodule update --init --recursive
|
2013-04-27 01:13:25 -04:00
|
|
|
install:
|
2013-05-19 17:20:13 -04:00
|
|
|
- pip install -r python/test_requirements.txt --use-mirrors
|
2013-10-09 01:18:29 -04:00
|
|
|
- sudo apt-get install mono-devel
|
2013-04-19 00:26:06 -04:00
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
2013-10-04 18:21:30 -04:00
|
|
|
script: ./run_tests.sh
|
2013-04-19 00:26:06 -04:00
|
|
|
env:
|
2013-10-04 18:21:30 -04:00
|
|
|
- USE_CLANG_COMPLETER="true"
|
|
|
|
- USE_CLANG_COMPLETER="false"
|