Added basic tests for the subtitle plugin
[mediagoblin.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 4f123c1bc2e7d4e74edbb9003e8c617d97a0f240..023c53ed7a9259fd15a10c2608e0fe12511a7217 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,15 +1,13 @@
 [tox]
 envlist = py27, py33
 skipsdist = True
-usedevelop = True
+sitepackages = False
 
 [testenv]
-whitelist_externals = sh
-commands =
- python setup.py develop
- gmg dbupdate
- sh runtests.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 =
- git+https://github.com/ianare/exif-py.git@develop
  lxml
  Pillow