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