mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Try a "working" approach
This commit is contained in:
parent
18c1b02a0f
commit
31a6a0eb59
1 changed files with 4 additions and 2 deletions
|
|
@ -40,7 +40,9 @@ for pkg in acme certbot $PLUGINS; do
|
|||
tar -xvf "$pkg-$VERSION.tar.gz"
|
||||
cd "$pkg-$VERSION"
|
||||
python setup.py build
|
||||
pytest
|
||||
python setup.py install
|
||||
cd build/lib
|
||||
python -m pytest ../../tests
|
||||
cd -
|
||||
python setup.py install
|
||||
cd $TEMP_DIR
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue