summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Roberts <wizzat@gmail.com>2014-04-07 19:44:40 -0700
committerMark Roberts <wizzat@gmail.com>2014-04-07 19:44:40 -0700
commit6ee151427c144cc830eba954234f4f89f4529fe3 (patch)
tree35fc923fa22496a01914de1507cfd19db9d3e671 /tox.ini
parent9bed11db98387c0d9e456528130b330631dc50af (diff)
downloadkafka-python-6ee151427c144cc830eba954234f4f89f4529fe3.tar.gz
Remove test support for py26 since it's broken
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0077c4d..8559fc0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27
+envlist = py27
[testenv]
deps =
pytest