diff options
author | Brad Warren <bmw@users.noreply.github.com> | 2020-06-01 13:19:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 15:19:51 -0500 |
commit | 85fbb0367864e6fc0b860e47ea413d107f98cc13 (patch) | |
tree | 1a685c5c5482f6c7149c267fca415ff916870542 | |
parent | dbe247cc8958e6cc434c328810e87d7567609696 (diff) | |
download | cryptography-85fbb0367864e6fc0b860e47ea413d107f98cc13.tar.gz cryptography-85fbb0367864e6fc0b860e47ea413d107f98cc13.tar.bz2 cryptography-85fbb0367864e6fc0b860e47ea413d107f98cc13.zip |
pin certbot deps (#5264)
-rwxr-xr-x | .travis/downstream.d/certbot.sh | 4 |
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 |