summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 7 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 0077c4d..3c5fd17 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,13 @@
[tox]
-envlist = py26, py27
+envlist = py26, py27, pypy
[testenv]
deps =
- pytest
+ unittest2
+ nose
+ coverage
mock
-commands = py.test --basetemp={envtmpdir} []
+ python-snappy
+commands =
+ nosetests --with-coverage --cover-erase --cover-package kafka []
setenv =
PROJECT_ROOT = {toxinidir}
- KAFKA_ROOT = {toxinidir}/kafka-src
-[pytest]
-norecursedirs = .git .tox build dist kafka-src