diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-23 13:10:43 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-23 13:10:43 -0700 |
commit | 583d3ae22bf6fc373c03e50c7e4eb26eaa50db4b (patch) | |
tree | e5d649029cd4960a4f00ccd16f5837de45f4d699 /tox.ini | |
parent | 764f2053ad4dd73dc391416ddd4cfa345271efcb (diff) | |
download | kafka-python-583d3ae22bf6fc373c03e50c7e4eb26eaa50db4b.tar.gz |
Fix Python 2.6 support
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ [tox] -envlist = py27 +envlist = py26, py27 [testenv] deps = + unittest2 nose coverage mock |