From 2e85a925b49e566776585f35a7c0653510d84262 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 16 Jul 2018 11:18:33 -0400 Subject: Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa, and keywrap (#4310) * Refs #3331 -- added initial wycheproof integration, starting with x25519 tests --- .travis/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis/install.sh') 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 -- cgit v1.2.3