runlevel?

This commit is contained in:
Brad Warren 2018-07-05 11:50:00 -07:00
parent 6f039c964a
commit 715c34940e

View file

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