c989cfc78c
Pip no longer supports --use-mirrors since version 1.5. See https://github.com/pypa/pip/pull/1098.
10 lines
185 B
YAML
10 lines
185 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
before_install:
|
|
- git submodule update --init --recursive
|
|
install:
|
|
- pip install -r python/test_requirements.txt
|
|
script: ./run_tests.sh
|