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.
1 parent 4c0fcc7 commit 4b01b40Copy full SHA for 4b01b40
.travis.yml
@@ -78,7 +78,7 @@ script:
78
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
79
mkdir ../tmp_test_dir
80
cd ../tmp_test_dir
81
- gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS
+ python ../matplotlib/tests.py -sv --processes=$NPROC --process-timeout=300 $TEST_ARGS
82
else
83
cd doc
84
python make.py html --small --warningsaserrors
0 commit comments