From 831177a224c5223bb655e8d53a7b0b40f2dab723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 11 Nov 2012 10:47:04 +0100 Subject: remove currently unsupported Python 3.3 from .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8962867..6b5e255 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - "2.6" - "2.7" - "3.2" - - "3.3" # command to install dependencies install: pip install # command to run tests -- cgit v1.2.1