mirror of
https://github.com/certbot/certbot.git
synced 2026-03-21 18:10:10 -04:00
Add nginxroundtrip to tox
This commit is contained in:
parent
fc86f869a7
commit
f864cd0cfe
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
|
|
@ -79,6 +79,11 @@ commands =
|
|||
pip install -e acme -e .[dev] -e certbot-apache -e certbot-nginx -e certbot-compatibility-test -e letshelp-certbot
|
||||
{toxinidir}/certbot-apache/certbot_apache/tests/apache-conf-files/apache-conf-test --debian-modules
|
||||
|
||||
[testenv:nginxroundtrip]
|
||||
commands =
|
||||
pip install -e acme[dev] -e .[dev] -e certbot-nginx
|
||||
python certbot-compatibility-test/nginx/roundtrip.py certbot-compatibility-test/nginx/nginx-roundtrip-testdata
|
||||
|
||||
[testenv:le_auto]
|
||||
# At the moment, this tests under Python 2.7 only, as only that version is
|
||||
# readily available on the Trusty Docker image.
|
||||
|
|
|
|||
Loading…
Reference in a new issue