]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - .travis.yml
Update rules-actions.rst
[thirdparty/pdns.git] / .travis.yml
index 29dc73f07fb2f7dc3bc14a4176a3efaa7fa34f5b..bd61769385c5b406df7318f88323e4f20550b87a 100644 (file)
@@ -10,6 +10,9 @@ env:
   - PDNS_BUILD_PRODUCT=dnsdist
   - PDNS_BUILD_PRODUCT=ixfrdist
 
+cache:
+  - pip
+
 before_script:
   - git describe --always --dirty=+
   - sudo rm -f /etc/apt/sources.list.d/*.list
@@ -21,6 +24,10 @@ before_script:
   - export CXXFLAGS=-O0
   - export OPTFLAGS=-O0
   - sudo apt-get -qq update
+  # you can remove this when updating dist to something newer than trusty
+  - pyenv global 2.7
+  # needed for virtualenv to use the pyenv python
+  - pip install virtualenv
 
 script:
   - ./build-scripts/travis.sh