From 8595d22ac873c7526853d00ffc2e2df7469c7403 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 2 Mar 2018 19:14:13 -0800 Subject: [PATCH] remove dev from apache and nginx --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 96312dfe4..32545e04d 100644 --- a/tox.ini +++ b/tox.ini @@ -82,7 +82,7 @@ passenv = [testenv:py27-apache-oldest] commands = - {[base]install_and_test} certbot-apache[dev] + {[base]install_and_test} certbot-apache setenv = {[testenv:py27-oldest]setenv} passenv = @@ -106,7 +106,7 @@ passenv = [testenv:py27-nginx-oldest] commands = - {[base]install_and_test} certbot-nginx[dev] + {[base]install_and_test} certbot-nginx python tests/lock_test.py setenv = {[testenv:py27-oldest]setenv}