mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing typo from python-memcached change in travis yml
This commit is contained in:
parent
fe450290d9
commit
e52c1f26d3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ addons:
|
|||
packages:
|
||||
- python2.4
|
||||
install:
|
||||
- pip install tox redis pyton-memcached
|
||||
- pip install tox redis python-memcached
|
||||
script:
|
||||
- ./test/utils/run_tests.sh
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue