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 5556224 commit fab1448Copy full SHA for fab1448
.travis.yml
@@ -59,7 +59,7 @@ script:
59
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
60
mkdir ../tmp_test_dir
61
cd ../tmp_test_dir
62
- gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
+ gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/setup.py -sv test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
63
else
64
cd doc
65
python make.py html --small --warningsaserrors
0 commit comments