aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 7931ca12..023c53ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,11 +5,9 @@ sitepackages = False
[testenv]
usedevelop = True
-whitelist_externals = sh
+# for ExifRead 2.0.0
+install_command = pip install --process-dependency-links --pre {opts} {packages}
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