run setup.py test

This commit is contained in:
Brad Warren 2020-09-08 16:29:55 -07:00
parent 1541889bf1
commit 5fb01edfdb

View file

@ -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