mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
Fixing memcached->python-memcached for pip install of travis setup
This commit is contained in:
parent
139b398191
commit
fe450290d9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue