mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
run setup.py test
This commit is contained in:
parent
1541889bf1
commit
5fb01edfdb
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ for pkg in acme certbot $PLUGINS; do
|
|||
tar -xvf "$pkg-$VERSION.tar.gz"
|
||||
cd "$pkg-$VERSION"
|
||||
python setup.py build
|
||||
python -m pytest
|
||||
python setup.py test
|
||||
python setup.py install
|
||||
cd -
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue