Skip to content
Snippets Groups Projects
Commit d7293994 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

travis: pip install as user

parent 2fe94a87
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment