Add redis server

pull/12/head
Raphaël Vinot 2016-04-28 14:26:30 +02:00
parent 33fc5503a3
commit ba1b7ffb80
1 changed files with 3 additions and 1 deletions

View File

@ -2,12 +2,14 @@ language: python
cache: pip
services:
- redis-server
addons:
apt:
packages:
- libpq5
python:
- "3.3"
- "3.4"