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:
YAMAMOTO Takashi 2013-09-03 16:53:35 +09:00 committed by FUJITA Tomonori
parent e472f943ec
commit f06df9713d
1 changed files with 2 additions and 2 deletions

View File

@ -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"