Adding some packages to the unit test portions of travis testing
Missing python-memcached and python-redis result in some tests being skipped and lowering the overall coverage %
This commit is contained in:
parent
09e5f0578a
commit
139b398191
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
|
- pip install tox redis memcached
|
||||||
script:
|
script:
|
||||||
- ./test/utils/run_tests.sh
|
- ./test/utils/run_tests.sh
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue