From 714ef4dfbe09710eae2513429f0ed146af6143f5 Mon Sep 17 00:00:00 2001 From: Ifedapo Olarewaju Date: Mon, 19 Mar 2018 02:28:17 +0100 Subject: [PATCH] build: fix pytest + travis failures --- .travis.yml | 1 - tusclient/request.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1a25c2..31e355f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/tusclient/request.py b/tusclient/request.py index 6e3bbd2..da31926 100644 --- a/tusclient/request.py +++ b/tusclient/request.py @@ -1,4 +1,4 @@ -import http +import http.client from future.moves.urllib.parse import urlparse from tusclient.exceptions import TusUploadFailed