aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index a4aa9a42..e3b20fdb 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -40,6 +40,9 @@ elif [ -n "${LIBRESSL}" ]; then
popd
fi
fi
+
+git clone --depth=1 https://github.com/google/wycheproof $HOME/wycheproof
+
pip install virtualenv
python -m virtualenv ~/.venv