Be sure to install ansible

Enable the mongodb travis service too
This commit is contained in:
James Laska 2016-06-20 10:48:58 -04:00
parent 6140c8c500
commit 29778538c3
2 changed files with 5 additions and 0 deletions

View File

@ -25,3 +25,7 @@ cache:
directories:
- node_modules
- .tox
services:
- mongodb
# Enable when we stop using sqlite for API tests
# - postgresql

View File

@ -41,6 +41,7 @@ commands =
deps =
-r{toxinidir}/requirements/requirements.txt
-r{toxinidir}/requirements/requirements_dev.txt
ansible
coverage
coveralls
commands =