mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
remove dev from apache and nginx
This commit is contained in:
parent
704948f8e2
commit
8595d22ac8
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue