remove dev from apache and nginx

This commit is contained in:
Brad Warren 2018-03-02 19:14:13 -08:00
parent 704948f8e2
commit 8595d22ac8

View file

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