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.
2 parents 18dfa31 + be17043 commit 9edca5fCopy full SHA for 9edca5f
.travis.yml
@@ -54,7 +54,7 @@ script:
54
- python -c "from matplotlib import font_manager"
55
- |
56
if [[ $BUILD_DOCS == false ]]; then
57
- # pep8-conformance test of the examples
+ export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
58
mkdir ../tmp_test_dir
59
cd ../tmp_test_dir
60
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
0 commit comments