Thanks to visit codestin.com Credit goes to github.com
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 710bf5e commit 858f796Copy full SHA for 858f796
.travis.yml
@@ -60,7 +60,7 @@ script:
60
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
61
mkdir ../tmp_test_dir
62
cd ../tmp_test_dir
63
- gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
+ python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
64
else
65
cd doc
66
python make.py html --small --warningsaserrors
0 commit comments