diff --git a/.travis.yml b/.travis.yml index e28c79855a077ea3c3fd16cabe68fdb3c055cc21..3e1f9bfd089153b7f9827ba542390bacd97dbe78 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