We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66835a3 + bcc8d49 commit 4aa3c9eCopy full SHA for 4aa3c9e
.travis.yml
@@ -85,7 +85,7 @@ script:
85
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
86
mkdir ../tmp_test_dir
87
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 -q
+ gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
89
else
90
cd doc
91
python make.py html --small --warningsaserrors
0 commit comments