From 7986617eb31fe36e83b8f314a836e2604e66b199 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 30 May 2012 22:48:49 -1000 Subject: [PATCH] let's try a couple python versions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 769d7c4..f715641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python python: + - 2.5 + - 2.6 - 2.7 install: pip install -r requirements.txt --use-mirrors script: python test.py