From 139b3981911b615c77c64894a783e3e0205f6dc4 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 10 Mar 2016 11:32:09 -0500 Subject: [PATCH] Adding some packages to the unit test portions of travis testing Missing python-memcached and python-redis result in some tests being skipped and lowering the overall coverage % --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f90bf997b5..8ce3f56689 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ addons: packages: - python2.4 install: - - pip install tox + - pip install tox redis memcached script: - ./test/utils/run_tests.sh after_success: