summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2015-12-04 10:45:56 -0800
committerDana Powers <dana.powers@rd.io>2015-12-04 11:33:19 -0800
commit71a789133bf0fc80ec65d5c8588bfc240acd522f (patch)
treec8dfcc237f95722c433e0eaaffd12c0be3fc6b51 /tox.ini
parent7355bf435977305e020621954ccbca4ddd405291 (diff)
downloadkafka-python-71a789133bf0fc80ec65d5c8588bfc240acd522f.tar.gz
Add py35 to tox testing
move python3 configs to default and special case py26/py27 add py35 to travis_selector.sh
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 7 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index a69dc99..1ee1e16 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,8 @@
[tox]
-envlist = lint, py26, py27, pypy, py33, py34, docs
+envlist = lint, py26, py27, pypy, py33, py34, py35, docs
[testenv]
deps =
- six
- unittest2
nose
nose-timer
coverage
@@ -17,16 +15,20 @@ setenv =
PROJECT_ROOT = {toxinidir}
passenv = KAFKA_VERSION
-[testenv:py33]
+[testenv:py26]
deps =
+ six
+ unittest2
nose
nose-timer
coverage
mock
python-snappy
-[testenv:py34]
+[testenv:py27]
deps =
+ six
+ unittest2
nose
nose-timer
coverage