summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-29 13:23:59 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-29 13:23:59 -0400
commit7e8e66adebfb2bc33da6f074abc54e9bb4fcff1e (patch)
treea52b648438543d75fee9fdd0cb923b1d1adbfc46 /tox.ini
parent20e8878663cfdb13778bcadd209f1bb9f4bbc41a (diff)
downloadcliff-tablib-7e8e66adebfb2bc33da6f074abc54e9bb4fcff1e.tar.gz
add tests for App and fix an issue with error handling and clean_up() in python 3.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 55c9cfc..6d83e1c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,4 +3,6 @@ envlist = py27,py32
[testenv]
commands = nosetests -d []
-deps = nose
+deps =
+ nose
+ mock