]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
travis: added pip requirements and cache
authorMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 28 Jan 2015 17:09:20 +0000 (18:09 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 28 Jan 2015 17:09:20 +0000 (18:09 +0100)
.travis.yml

index 96dc20fa3dce949f348bb1ab63d697d7426493e9..e28c79855a077ea3c3fd16cabe68fdb3c055cc21 100644 (file)
@@ -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