Skip to content

Commit

Permalink
pin certbot deps (#5264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw authored Jun 1, 2020
1 parent dbe247c commit 85fbb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/downstream.d/certbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85fbb03

Please sign in to comment.