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 %
This commit is contained in:
James Cammarata 2016-03-10 11:32:09 -05:00
parent 09e5f0578a
commit 139b398191

View file

@ -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: