From 3140ba04c35734b5ae69f4b1bf2b7877e2dd1547 Mon Sep 17 00:00:00 2001 From: Matt George Date: Wed, 16 Apr 2014 19:32:37 -0600 Subject: [PATCH] adding redis support to ci --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 66b134f..cafbb59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,5 @@ install: - python setup.py install # command to run tests script: python setup.py test +services: + - redis-server