Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps =
pytest
pytest-cov
pytest-catchlog
py{27,34,35,py}: pytest-pylint
py{27,34,35,36,py}: pytest-pylint
pytest-sugar
pytest-mock
mock
Expand All @@ -30,11 +30,6 @@ passenv = KAFKA_VERSION
# pylint doesn't support python2.6
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}

[testenv:py36]
# pylint doesn't support python3.6 yet
# https://github.com/PyCQA/pylint/issues/1072
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}

[testenv:pypy]
# pylint is super slow on pypy...
commands = py.test {posargs:--cov=kafka --cov-config=.covrc}
Expand Down