diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |