Skip to content

Commit

Permalink
build: fix pytest + travis failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Mar 19, 2018
1 parent 2794039 commit 714ef4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
2 changes: 1 addition & 1 deletion tusclient/request.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import http
import http.client
from future.moves.urllib.parse import urlparse

from tusclient.exceptions import TusUploadFailed
Expand Down

0 comments on commit 714ef4d

Please sign in to comment.