summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Roberts <markroberts@kixeye.com>2014-03-18 20:49:10 -0700
committerMark Roberts <markroberts@kixeye.com>2014-03-18 20:49:10 -0700
commit017f4842859d58ce32e74ad470ed619c5a8922df (patch)
treef5d6ebd06e2704b6b21f8bbf1585240447516534 /tox.ini
parent19646b1f1f9fae38c3075a9a56b8e7a9d395ff8e (diff)
downloadkafka-python-017f4842859d58ce32e74ad470ed619c5a8922df.tar.gz
Fix py26 compatibility issue, add mock to tox
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 f41911c..0077c4d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,9 @@
[tox]
envlist = py26, py27
[testenv]
-deps = pytest
+deps =
+ pytest
+ mock
commands = py.test --basetemp={envtmpdir} []
setenv =
PROJECT_ROOT = {toxinidir}