From ad652b407ce4e6eb37269ae2d1affdab814f5e27 Mon Sep 17 00:00:00 2001
From: Noah Levitt <nlevitt@archive.org>
Date: Tue, 19 Nov 2019 11:58:56 -0800
Subject: [PATCH] trough uses py3.5+ async syntax

so don't test 3.4; also we know warcprox requires py3 now so don't test
py2
---
 .travis.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1a351d3..10d902e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,17 +5,12 @@ python:
 - 3.7
 - 3.6
 - 3.5
-- 3.4
-- 2.7
-- pypy
 - pypy3.5
 - nightly
 
 matrix:
   allow_failures:
   - python: nightly
-  - python: 2.7
-  - python: pypy
 
 addons:
   apt: