mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixing memcached->python-memcached for pip install of travis setup
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user