mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
verbose plz
This commit is contained in:
parent
7ecdaa5e3d
commit
94969c01f0
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ cd $TEMP_DIR
|
|||
for pkg in acme certbot $PLUGINS; do
|
||||
tar -xvf "$pkg-$VERSION.tar.gz"
|
||||
cd "$pkg-$VERSION"
|
||||
PIP_CONSTRAINT=../constraints.txt PIP_NO_BINARY=:all: pip install .
|
||||
PIP_CONSTRAINT=../constraints.txt PIP_NO_BINARY=:all: pip install -vvvvvv .
|
||||
python -m pytest
|
||||
cd -
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue