From 53120a70544813295fd7a130b30b36cc2192af45 Mon Sep 17 00:00:00 2001 From: Stuart Axon Date: Mon, 16 May 2016 11:25:25 +0100 Subject: [PATCH] Travis - start redis server --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 777f695..7796827 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "2.6" - "2.7" +services: + - redis-server # command to install redisco with dependencies install: - pip install . --use-mirrors