change . to certbot in test_sdists

This commit is contained in:
Erica Portnoy 2019-11-13 12:43:26 -08:00
parent 30dfcaf09d
commit f671caab7f

View file

@ -27,7 +27,7 @@ VERSION=$("$PYTHON_NAME" letsencrypt-auto-source/version.py)
tools/pip_install.py pytest
# build sdists
for pkg_dir in acme . $PLUGINS; do
for pkg_dir in acme certbot $PLUGINS; do
cd $pkg_dir
python setup.py clean
rm -rf build dist