From: Marek VavruĊĦa Date: Wed, 28 Jan 2015 17:09:20 +0000 (+0100) Subject: travis: added pip requirements and cache X-Git-Tag: v1.0.0-beta1~352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fe94a8775eb0d8895faec0c7906ffa7b193a246;p=thirdparty%2Fknot-resolver.git travis: added pip requirements and cache --- diff --git a/.travis.yml b/.travis.yml index 96dc20fa3..e28c79855 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,10 @@ env: global: - PKG_CONFIG_PATH="${HOME}/fakeroot/lib/pkgconfig" - LDFLAGS="-L${HOME}/fakeroot/lib" + - PIP_DOWNLOAD_CACHE="${HOME}/.pip-cache" before_script: - ./scripts/bootstrap-depends.sh ${HOME}/fakeroot + - pip install -r tests/pydnstest/requirements.txt script: - autoreconf -i - ./configure --enable-integration-tests @@ -16,3 +18,4 @@ sudo: false cache: directories: - ${HOME}/fakeroot + - ${HOME}/.pip-cache