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 %
pull/14901/head
James Cammarata 9 years ago
parent 09e5f0578a
commit 139b398191

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

Loading…
Cancel
Save