From ce6d77aec9ec6f481ff901feac91fbf4f546249b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 2 Oct 2014 10:51:37 -0500 Subject: [PATCH] Restore exif-py to tox config, for now... --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.25.1