diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-06-09 23:07:21 -0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-06-09 23:07:21 -0700 |
commit | 8ab425f4ae69483256ced8d802eadc28fba24f2b (patch) | |
tree | f30d9633d03302c56da74cffa37c808bfe21a34f /.travis.yml | |
parent | c06ad6e0826741ed633bc5ed24fe8dee668b8901 (diff) |
fix travis config file
force to use virtual env.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 633f2119..d7c6953b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ install: - "pip install -r tools/pip-requires --use-mirrors" script: - - "./run_tests.sh" + - "./run_tests.sh -V" |