Skip to content

Commit

Permalink
Adding some packages to the unit test portions of travis testing
Browse files Browse the repository at this point in the history
Missing python-memcached and python-redis result in some tests being
skipped and lowering the overall coverage %
  • Loading branch information
jimi-c committed Mar 10, 2016
1 parent 09e5f05 commit 139b398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ addons:
packages:
- python2.4
install:
- pip install tox
- pip install tox redis memcached
script:
- ./test/utils/run_tests.sh
after_success:
Expand Down

0 comments on commit 139b398

Please sign in to comment.