#8 Add tox.ini and fix check failures from it
Merged by jcline. Opened by jcline.

This adds a condition to decompressing a chunk while downloading since
passing an empty chunk causes the decompressor to raise an exception if
it's already reached the end of a stream.

The second commit adds a tox.ini and fixes the formatting issues. With this series all tests should pass.

rebased onto e1ab4edd082c669051e3ea586425b0bde53f904b

@adamwill Here's a tox.ini, at least

2 new commits added

  • Add tox.ini and fix formatting
  • Fix the EOFError in the download image test

Pull-Request has been merged by jcline