Fixing memcached->python-memcached for pip install of travis setup

pull/14875/head
James Cammarata 8 years ago
parent 139b398191
commit fe450290d9

@ -26,7 +26,7 @@ addons:
packages:
- python2.4
install:
- pip install tox redis memcached
- pip install tox redis pyton-memcached
script:
- ./test/utils/run_tests.sh
after_success:

Loading…
Cancel
Save