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

travis: added pip requirements and cache

parent d30ec428
Branches
Tags
No related merge requests found
......@@ -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
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