Skip to content

Commit 9edca5f

Browse files
committed
Merge pull request #4158 from jenshnielsen/set_mpl_repodir
Ensure that MPL_REPO_DIR is set on Travis
2 parents 18dfa31 + be17043 commit 9edca5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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)