From 40f16ef78291ebf7a32a1e5d5dd57389947dd064 Mon Sep 17 00:00:00 2001 From: Nick Satterly Date: Wed, 26 Jun 2013 23:29:27 +0100 Subject: [PATCH] support python2.6 --- .travis.yml | 1 + contrib/debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a99cc7b4d..8d589bf3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "2.6" - "2.7" # command to install dependencies diff --git a/contrib/debian/control b/contrib/debian/control index 436b827ef..568dea3ef 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -9,7 +9,7 @@ XS-Python-Version: current Package: alerta Architecture: all Depends: ${misc:Depends}, ${python:Depends} -XB-Python-Version: >= 2.7 +XB-Python-Version: >= 2.6 Provides: ${python:Provides} Description: Alerta monitoring framework