1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
James Cammarata 2016-03-10 11:46:09 -05:00
parent 139b398191
commit fe450290d9

View file

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