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 974987c commit 9f9d5ddCopy full SHA for 9f9d5dd
.travis.yml
@@ -57,9 +57,7 @@ script:
57
- |
58
if [[ $BUILD_DOCS == false ]]; then
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 ../matplotlib/setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
+ gdb -return-child-result -batch -ex r -ex bt --args python setup.py 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