8ab425f4ae
force to use virtual env. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
11 lines
142 B
YAML
11 lines
142 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
|
|
install:
|
|
- "pip install -r tools/pip-requires --use-mirrors"
|
|
|
|
script:
|
|
- "./run_tests.sh -V"
|