From ed74bde2337388f5ba8545bd2f59f43f409e2ce4 Mon Sep 17 00:00:00 2001 From: Jeff Paine Date: Sat, 18 Jan 2014 15:48:35 -0500 Subject: [PATCH] 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 3d67f78..e5dd565 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: