From cace5c40c7a58692b1c5cd8c40040123690af848 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Tue, 12 May 2020 18:41:16 -0700 Subject: Install deps using josepy's constraints.txt file (#5247) --- .travis/downstream.d/certbot-josepy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/downstream.d/certbot-josepy.sh b/.travis/downstream.d/certbot-josepy.sh index 0acf9547..2253edc1 100755 --- a/.travis/downstream.d/certbot-josepy.sh +++ b/.travis/downstream.d/certbot-josepy.sh @@ -5,7 +5,7 @@ case "${1}" in git clone --depth=1 https://github.com/certbot/josepy cd josepy git rev-parse HEAD - pip install -e ".[tests]" + pip install -e ".[tests]" -c constraints.txt ;; run) cd josepy -- cgit v1.2.3