]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
travis: pip6 download cache
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sat, 7 Feb 2015 21:49:29 +0000 (22:49 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 9 Feb 2015 17:07:25 +0000 (18:07 +0100)
.travis.yml

index 88743b632669986d618b751050c5adfd80cbc897..3f97982b5233ad1c6032c60ced6971d85d73dea1 100644 (file)
@@ -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