summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Roberts <wizzat@gmail.com>2014-04-23 13:10:43 -0700
committerMark Roberts <wizzat@gmail.com>2014-04-23 13:10:43 -0700
commit583d3ae22bf6fc373c03e50c7e4eb26eaa50db4b (patch)
treee5d649029cd4960a4f00ccd16f5837de45f4d699 /tox.ini
parent764f2053ad4dd73dc391416ddd4cfa345271efcb (diff)
downloadkafka-python-583d3ae22bf6fc373c03e50c7e4eb26eaa50db4b.tar.gz
Fix Python 2.6 support
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d58faa2..01f5a86 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,8 @@
[tox]
-envlist = py27
+envlist = py26, py27
[testenv]
deps =
+ unittest2
nose
coverage
mock