From d7293994e7cb60993b20f6514dba48561a34222d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz>
Date: Wed, 28 Jan 2015 18:23:08 +0100
Subject: [PATCH] travis: pip install as user

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e28c79855..3e1f9bfd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ env:
         - PIP_DOWNLOAD_CACHE="${HOME}/.pip-cache"
 before_script:
     - ./scripts/bootstrap-depends.sh ${HOME}/fakeroot
-    - pip install -r tests/pydnstest/requirements.txt
+    - pip install --user travis -r tests/pydnstest/requirements.txt
 script:
     - autoreconf -i
     - ./configure --enable-integration-tests
-- 
GitLab