From 715c34940e70c57a5ba644b3c775d5bb23f9b989 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 5 Jul 2018 11:50:00 -0700 Subject: [PATCH] runlevel? --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8619b452..1c2002c25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: