Fixing typo from python-memcached change in travis yml

This commit is contained in:
James Cammarata 2016-03-10 11:53:08 -05:00
parent fe450290d9
commit e52c1f26d3

View file

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