only install libaugeas0 for docker_dev

This commit is contained in:
Erica Portnoy 2018-03-29 15:35:46 -07:00
parent 50093bdce5
commit f996fd12b2

View file

@ -62,6 +62,10 @@ matrix:
- sudo: required
env: TOXENV=docker_dev
services: docker
addons:
apt:
packages: # don't install nginx and apache
- libaugeas0
- python: "2.7"
env: TOXENV=apacheconftest
sudo: required