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