2013-06-09 10:50:25 +09:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
|
|
|
|
|
|
|
install:
|
2013-09-03 16:53:35 +09:00
|
|
|
- "pip install -r tools/pip-requires -r tools/test-requires --use-mirrors"
|
2013-06-09 10:50:25 +09:00
|
|
|
|
|
|
|
script:
|
2013-09-03 16:53:35 +09:00
|
|
|
- "./run_tests.sh -N"
|