From 96f52b931def3d27efc0b601efaadb4589db7ae5 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 24 Dec 2018 00:16:36 -0500 Subject: [PATCH] drop support for py33 current pkg_resources requires py3.4 or newer (or py27) txtorcon appears to work on py3.4 again, so remove it from allow_failures --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bcad1a..07b23cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ after_success: matrix: include: - python: 2.7 - - python: 3.3 - python: 3.4 - python: 3.5 - python: 3.6 @@ -35,9 +34,6 @@ matrix: - python: nightly allow_failures: - python: 2.7 - - python: 3.3 - # txtorcon is currently broken on py3.4 - - python: 3.4 # travis doesn't support py3.7 yet - python: 3.7 - python: nightly