aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-10-02 10:51:37 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-10-02 10:52:17 -0500
commitce6d77aec9ec6f481ff901feac91fbf4f546249b (patch)
treeb047916f7855e49c23c29d13cfc0b0c59cc289c1 /tox.ini
parent7e15632b5aeec5c532d8ed026b69dba62f21b21a (diff)
downloadmediagoblin-ce6d77aec9ec6f481ff901feac91fbf4f546249b.tar.lz
mediagoblin-ce6d77aec9ec6f481ff901feac91fbf4f546249b.tar.xz
mediagoblin-ce6d77aec9ec6f481ff901feac91fbf4f546249b.zip
Restore exif-py to tox config, for now...
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
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