diff options
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/downstream.d/certbot-josepy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |