Skip to content

Commit 30c0dcb

Browse files
committed
Run nosetests with -v
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 573c8d3 commit 30c0dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ if [[ $RUN == build_sphinx ]] then
77
python setup.py build_sphinx_man
88
elif [[ $RUN == nosetests ]] then
99
cd build/lib/
10-
nosetests bpython/test
10+
nosetests -v bpython/test
1111
fi

0 commit comments

Comments
 (0)