aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2020-06-01 13:19:51 -0700
committerGitHub <noreply@github.com>2020-06-01 15:19:51 -0500
commit85fbb0367864e6fc0b860e47ea413d107f98cc13 (patch)
tree1a685c5c5482f6c7149c267fca415ff916870542
parentdbe247cc8958e6cc434c328810e87d7567609696 (diff)
downloadcryptography-85fbb0367864e6fc0b860e47ea413d107f98cc13.tar.gz
cryptography-85fbb0367864e6fc0b860e47ea413d107f98cc13.tar.bz2
cryptography-85fbb0367864e6fc0b860e47ea413d107f98cc13.zip
pin certbot deps (#5264)
-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 12425fb8..e2890a3a 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 ./certbot[dev]
+ tools/pip_install_editable.py ./acme[dev]
+ tools/pip_install_editable.py ./certbot[dev]
;;
run)
cd certbot