aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-11-25 22:48:35 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-11-26 11:48:35 +0800
commit9dc710e65ae08de8ad510a985ad1258aa76a26b3 (patch)
tree6f69d1edb3de7f793267f473a504aea8fde6bec7 /.travis
parent21eb6f4c8b91aa3dabc85c91ee4e0be65e8e061e (diff)
downloadcryptography-9dc710e65ae08de8ad510a985ad1258aa76a26b3.tar.gz
cryptography-9dc710e65ae08de8ad510a985ad1258aa76a26b3.tar.bz2
cryptography-9dc710e65ae08de8ad510a985ad1258aa76a26b3.zip
Get tests passing with latest wycheproof clone (#5076)
* Get tests passing with latest wycheproof clone * Fix x25519 wycheproof tests * Fix for acme repo changes
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/downstream.d/certbot.sh4
1 files changed, 2 insertions, 2 deletions
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