From db5bcf53749a9617c6c33c105d88c05bf9c540ab Mon Sep 17 00:00:00 2001 From: Jeff Paine Date: Sat, 18 Jan 2014 08:33:56 -0500 Subject: [PATCH 1/2] 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 6e2025d91..3d67f78e9 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" From ed74bde2337388f5ba8545bd2f59f43f409e2ce4 Mon Sep 17 00:00:00 2001 From: Jeff Paine Date: Sat, 18 Jan 2014 15:48:35 -0500 Subject: [PATCH 2/2] Remove python 3.1, add python 3.3 --- docs/scenarios/ci.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 3d67f78e9..e5dd565d5 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -67,8 +67,8 @@ example content:: python: - "2.6" - "2.7" - - "3.1" - "3.2" + - "3.3" # command to install dependencies script: python tests/test_all_of_the_units.py branches: