From db5bcf53749a9617c6c33c105d88c05bf9c540ab Mon Sep 17 00:00:00 2001 From: Jeff Paine Date: Sat, 18 Jan 2014 08:33:56 -0500 Subject: [PATCH] Remove python 2.5 from example travis config Travis does not support python <2.6 --- docs/scenarios/ci.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 6e2025d..3d67f78 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -65,7 +65,6 @@ example content:: language: python python: - - "2.5" - "2.6" - "2.7" - "3.1"