Skip to content

Commit

Permalink
add -v for nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
idning committed Apr 24, 2015
1 parent 93c538f commit 53fbeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 53fbeec

Please sign in to comment.