From 6ebe3f87a3cb979297be65cbfa45b06aa0ccf919 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 23 May 2018 11:24:39 +0200 Subject: [PATCH] Drop 3.3 tests from travis They are causing only problems now that Python3.3 is deprecated. See e.g. https://travis-ci.org/davidhalter/jedi/jobs/381881020. Also as a solution approach: https://github.com/davidhalter/jedi/pull/1125. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb2c0ef8..83dcad01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python sudo: true python: - 2.7 - - 3.3 - 3.4 - 3.5 - 3.6