Use python imports to determine whether or not we're using gunicorn
[mediagoblin.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f0b135f25512818cff672725e15d5d095e7d82a0..023c53ed7a9259fd15a10c2608e0fe12511a7217 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,12 @@
 [tox]
 envlist = py27, py33
-usedevelop = True
+skipsdist = True
 sitepackages = False
 
 [testenv]
-whitelist_externals = sh
+usedevelop = True
+# for ExifRead 2.0.0
+install_command = pip install --process-dependency-links --pre {opts} {packages}
 commands = py.test ./mediagoblin/tests --boxed
 deps =
  lxml