From: Christopher Allan Webber Date: Thu, 2 Oct 2014 15:51:37 +0000 (-0500) Subject: Restore exif-py to tox config, for now... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ce6d77aec9ec6f481ff901feac91fbf4f546249b;p=mediagoblin.git Restore exif-py to tox config, for now... --- diff --git a/tox.ini b/tox.ini index 6bbbe78b..7931ca12 100644 --- a/tox.ini +++ b/tox.ini @@ -10,3 +10,6 @@ commands = py.test ./mediagoblin/tests --boxed deps = lxml Pillow + # exif-py 1.4.2 does not yet have proper py3 support, + # so for now... + git+https://github.com/ianare/exif-py.git@develop