Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2daee94

Browse files
committed
Non verbose
1 parent 0d3aad4 commit 2daee94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ script:
136136
if [[ $BUILD_DOCS == false ]]; then
137137
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
138138
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
139-
python tests.py $NOSE_ARGS $TEST_ARGS -v
139+
python tests.py $NOSE_ARGS $TEST_ARGS
140140
else
141141
gdb -return-child-result -batch -ex r -ex bt --args python tests.py $NOSE_ARGS $TEST_ARGS
142142
fi

0 commit comments

Comments
 (0)