From fbe52efa343312dbe113c79e420c69b68e72fb89 Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Mon, 12 Aug 2013 17:21:45 -0500 Subject: [PATCH] Removing Python 3.3 from Travis - https://github.com/travis-ci/travis-ci/issues/998 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e22c8bf..2a63f0d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,3 @@ python: - "2.6" - "2.7" - "3.2" - - "3.3"