8000 TST : suppress all of the success messages · matplotlib/matplotlib@1d52b95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d52b95

Browse files
committed
TST : suppress all of the success messages
We don't need to see all of the test ok lines (which make the output too long to fit in the main travis ui).
1 parent 3c95554 commit 1d52b95

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
@@ -85,7 +85,7 @@ script:
8585
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
8686
mkdir ../tmp_test_dir
8787
cd ../tmp_test_dir
88-
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS
88+
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS -q
8989
else
9090
cd doc
9191
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)
0