mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
runlevel?
This commit is contained in:
parent
6f039c964a
commit
715c34940e
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ matrix:
|
|||
include:
|
||||
- python: "3.7"
|
||||
dist: xenial
|
||||
env: TOXENV=py37
|
||||
env: RUNLEVEL=1 TOXENV=py37
|
||||
sudo: required
|
||||
services: docker
|
||||
|
||||
|
|
@ -45,6 +45,10 @@ addons:
|
|||
# For certbot-nginx integration testing
|
||||
- nginx-light
|
||||
- openssl
|
||||
# for apacheconftest
|
||||
- apache2
|
||||
- libapache2-mod-wsgi
|
||||
- libapache2-mod-macro
|
||||
|
||||
install: "travis_retry $(command -v pip || command -v pip3) install tox coveralls"
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue