1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

We don't want to hardcode a letsencrypt-auto venv anymore

This commit is contained in:
Peter Eckersley
2015-12-23 12:26:22 -08:00
parent 70cc516ed8
commit 263f6d6429

View File

@@ -58,7 +58,6 @@ if [ $? -ne 0 ] ; then
fi
if [ "$OS_TYPE" = "ubuntu" ] ; then
export LETSENCRYPT="$HOME/.local/share/letsencrypt/bin/letsencrypt"
venv/bin/tox -e apacheconftest
else
echo Not running hackish apache tests on $OS_TYPE