From be17043cd0407401ab276778df1c91776c258b00 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Wed, 25 Feb 2015 09:09:20 +0000 Subject: [PATCH] Ensure that MPL_REPO_DIR is set this is needed to run pep8 on examples. Fall out from the merge of #4151 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6591161d012..b0144078e62a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ script: - python -c "from matplotlib import font_manager" - | if [[ $BUILD_DOCS == false ]]; then - # pep8-conformance test of the examples + export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples mkdir ../tmp_test_dir cd ../tmp_test_dir gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS