From 29778538c3a8d3f1faedcef2535a1b6983d3be4c Mon Sep 17 00:00:00 2001 From: James Laska Date: Mon, 20 Jun 2016 10:48:58 -0400 Subject: [PATCH] Be sure to install ansible Enable the mongodb travis service too --- .travis.yml | 4 ++++ tox.ini | 1 + 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f27f600962..8e00dc4371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,7 @@ cache: directories: - node_modules - .tox +services: + - mongodb + # Enable when we stop using sqlite for API tests + # - postgresql diff --git a/tox.ini b/tox.ini index 93c8b2f224..07239f7559 100644 --- a/tox.ini +++ b/tox.ini @@ -41,6 +41,7 @@ commands = deps = -r{toxinidir}/requirements/requirements.txt -r{toxinidir}/requirements/requirements_dev.txt + ansible coverage coveralls commands =