use run_tests.sh -N for Travis CI
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>
This commit is contained in:
parent
e472f943ec
commit
f06df9713d
@ -4,7 +4,7 @@ python:
|
||||
- "2.7"
|
||||
|
||||
install:
|
||||
- "pip install -r tools/pip-requires --use-mirrors"
|
||||
- "pip install -r tools/pip-requires -r tools/test-requires --use-mirrors"
|
||||
|
||||
script:
|
||||
- "./run_tests.sh -V"
|
||||
- "./run_tests.sh -N"
|
||||
|
Loading…
Reference in New Issue
Block a user