From: Marek VavruĊĦa Date: Sat, 7 Feb 2015 21:49:29 +0000 (+0100) Subject: travis: pip6 download cache X-Git-Tag: v1.0.0-beta1~334^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbe739eb9b834aebf11caa0e5446f56df682f474;p=thirdparty%2Fknot-resolver.git travis: pip6 download cache --- diff --git a/.travis.yml b/.travis.yml index 88743b632..3f97982b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,13 @@ compiler: - gcc env: global: - - PIP_DOWNLOAD_CACHE="${HOME}/.pip-cache" - PATH="${PATH}:${HOME}/.local/bin" - PKG_CONFIG_PATH="${HOME}/fakeroot/lib/pkgconfig" - LD_LIBRARY_PATH="${HOME}/fakeroot/lib" - CFLAGS="${CFLAGS} -O0 -g -DNDEBUG" before_script: - ./scripts/bootstrap-depends.sh ${HOME}/fakeroot - - pip install --user travis -r tests/pydnstest/requirements.txt - - pip install --user travis cpp-coveralls + - pip install --user travis -r tests/pydnstest/requirements.txt cpp-coveralls script: - make check COVERAGE=1 LDFLAGS="-L${HOME}/fakeroot/lib" - coveralls -i lib -x ".c" --gcov-options '\-lp' @@ -19,4 +17,4 @@ sudo: false cache: directories: - ${HOME}/fakeroot - - ${HOME}/.pip-cache + - ${HOME}/.cache/pip