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:
|
2015-04-28 13:16:54 -04:00
|
|
|
- pip install -r python/test_requirements.txt
|
2015-04-25 16:35:44 -04:00
|
|
|
script: ./run_tests.py
|