From 3971ee6d1fccf831395f396a81afbd65c21b605d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 24 Dec 2016 00:07:23 +0100 Subject: [PATCH] Testing CI with Travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1aa25416..09744c20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: python +services: + - postgresql + +addons: + postgresql: 9.4 + python: - 2.6 - 2.7