From 53fbeecf90b0a59d80a5fc329f3f7c96f1d103cb Mon Sep 17 00:00:00 2001 From: idning Date: Fri, 24 Apr 2015 09:12:20 +0800 Subject: [PATCH] add -v for nosetests --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index b44f2ac3..d2c28f7f 100644 --- a/travis.sh +++ b/travis.sh @@ -21,5 +21,5 @@ cp `which redis-cli` tests/_binaries/ cp `which memcached` tests/_binaries/ #run test -cd tests/ && nosetests --nologcapture -x +cd tests/ && nosetests --nologcapture -x -v