On Sun, 9 Jun 2013 10:50:25 +0900 FUJITA Tomonori <[email protected]> wrote:
> > Signed-off-by: FUJITA Tomonori <[email protected]> > --- > .travis.yml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 .travis.yml Applied, however, seems it doesn't work. I'll apply the following and see what happens. Let me know how to make travis works. = >From 8ab425f4ae69483256ced8d802eadc28fba24f2b Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori <[email protected]> Date: Sun, 9 Jun 2013 23:07:21 -0700 Subject: [PATCH] fix travis config file force to use virtual env. Signed-off-by: FUJITA Tomonori <[email protected]> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 633f211..d7c6953 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" -- 1.7.12.4 (Apple Git-37) ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
