From 9dc710e65ae08de8ad510a985ad1258aa76a26b3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 25 Nov 2019 22:48:35 -0500 Subject: Get tests passing with latest wycheproof clone (#5076) * Get tests passing with latest wycheproof clone * Fix x25519 wycheproof tests * Fix for acme repo changes --- .travis/downstream.d/certbot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis') diff --git a/.travis/downstream.d/certbot.sh b/.travis/downstream.d/certbot.sh index 6061e310..12425fb8 100755 --- a/.travis/downstream.d/certbot.sh +++ b/.travis/downstream.d/certbot.sh @@ -5,8 +5,8 @@ case "${1}" in git clone --depth=1 https://github.com/certbot/certbot cd certbot git rev-parse HEAD - pip install -e acme[dev] - pip install -e .[dev] + pip install -e ./acme[dev] + pip install -e ./certbot[dev] ;; run) cd certbot -- cgit v1.2.3