fix travis config file

force to use virtual env.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2013-06-09 23:07:21 -07:00
parent c06ad6e082
commit 8ab425f4ae
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ install:
- "pip install -r tools/pip-requires --use-mirrors"
script:
- "./run_tests.sh"
- "./run_tests.sh -V"