Take le-auto tests out of Travis until we figure out why sudo:required causes other ones to fail.

For now, we'll run them locally with `tox -e le_auto` as we do with the apacheconf tests.
This commit is contained in:
Erik Rose 2016-01-11 13:38:43 -05:00
parent 2f3425a232
commit 66ca7449cb

View file

@ -1,7 +1,6 @@
language: python
services:
- docker
- rabbitmq
- mariadb
# apacheconftest
@ -23,7 +22,6 @@ env:
matrix:
- TOXENV=py26 BOULDER_INTEGRATION=1
- TOXENV=py27 BOULDER_INTEGRATION=1
- TOXENV=le_auto
- TOXENV=lint
- TOXENV=cover
# Disabled for now due to requiring sudo -> causing more boulder integration
@ -39,7 +37,8 @@ branches:
- master
- /^test-.*$/
sudo: required
# container-based infrastructure
sudo: false
addons:
# make sure simplehttp simple verification works (custom /etc/hosts)