From 693dfb109d0606a9dae87a5d1c2598b33618845d Mon Sep 17 00:00:00 2001 From: Blake Thompson Date: Wed, 11 Mar 2015 12:48:59 -0500 Subject: [PATCH] Corrected cpp-coveralls install path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e14eb71df..64626d58f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: - source bootstrap.sh - wget https://gist.githubusercontent.com/springmeyer/0833fa43794838889139/raw/build_pycairo.sh && chmod +x build_pycairo.sh && ./build_pycairo.sh - export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python2.7/site-packages:${PYTHONPATH} - - if [[ ${COVERAGE} == true ]]; then pip install cpp-coveralls; fi; + - if [[ ${COVERAGE} == true ]]; then pip install --install-option="--prefix=$(pwd)/mason_packages/.link/lib/python2.7/site-packages" cpp-coveralls; fi; - if [[ ${COVERAGE} == true ]]; then ./configure CUSTOM_LDFLAGS='--coverage' CUSTOM_CXXFLAGS='--coverage' CUSTOM_CFLAGS='--coverage' DEBUG=True; else ./configure; fi; - make - git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data