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 74252e6 commit be17043Copy full SHA for be17043
.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