From 27c51e24acc702bbd65752d7d779c0cbd1061827 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 25 Feb 2013 10:20:51 -0500 Subject: Update tests to only run on supported versions of python. --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index b50f007..afd563c 100644 --- a/fabfile.py +++ b/fabfile.py @@ -10,7 +10,7 @@ from sys import platform def _get_versions(): """ Find and comfirm all supported versions of Python. """ vs = [] - for v in ['2.5', '2.6', '2.7', '3.1', '3.2']: + for v in ['2.6', '2.7', '3.1', '3.2', '3.3']: with settings( hide('warnings', 'running', 'stdout', 'stderr'), warn_only=True -- cgit v1.2.3