8000 Ensure that MPL_REPO_DIR is set · jenshnielsen/matplotlib@be17043 · GitHub
[go: up one dir, main page]

Skip to content

Commit be17043

Browse files
committed
Ensure that MPL_REPO_DIR is set
this is needed to run pep8 on examples. Fall out from the merge of matplotlib#4151
1 parent 74252e6 commit be17043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ script:
5454
- python -c "from matplotlib import font_manager"
5555
- |
5656
if [[ $BUILD_DOCS == false ]]; then
57-
# pep8-conformance test of the examples
57+
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
5858
mkdir ../tmp_test_dir
5959
cd ../tmp_test_dir
6060
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

Comments
 (0)
0