Try a "working" approach

This commit is contained in:
Adrien Ferrand 2020-09-01 21:34:57 +02:00
parent 18c1b02a0f
commit 31a6a0eb59

View file

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