From 64ae73afa32342080e6a8fdf60832891932a2915 Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Tue, 25 Jun 2013 20:03:08 -0700 Subject: [PATCH] dropping Python 2.5 support --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa98d85..b0946be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 2.5 - 2.6 - 2.7 install: pip install flask && pip install nose