f06df9713d
this avoids interfering Travis CI's use of virtualenv. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
11 lines
165 B
YAML
11 lines
165 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
|
|
install:
|
|
- "pip install -r tools/pip-requires -r tools/test-requires --use-mirrors"
|
|
|
|
script:
|
|
- "./run_tests.sh -N"
|