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:
|
2015-04-28 19:16:54 +02:00
|
|
|
- pip install -r python/test_requirements.txt
|
2013-10-04 15:21:30 -07:00
|
|
|
script: ./run_tests.sh
|