summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2019-03-12 22:01:11 -0700
committerDana Powers <dana.powers@gmail.com>2019-03-12 22:01:11 -0700
commitc0add71e8d656691c0dd2dcb1936953f4483285b (patch)
tree991c3c6debc99d5cb28f6b694dd57a002f8f02d5 /tox.ini
parent994d2838fdc77cc8b0840db0679cdbb0a0fb487b (diff)
downloadkafka-python-c0add71e8d656691c0dd2dcb1936953f4483285b.tar.gz
Update travis test coverage: 2.7, 3.4, 3.7, pypy2.7 (#1614)
* Use xenial dist for travis builds * Use openjdk8 for all travis tests * Update python build matrix -- add 3.7, drop 3.5/3.6 (keep 2.7, 3.4, pypy2.7)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 1da88f3..48a143e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{26,27,34,35,36,py}, docs
+envlist = py{26,27,34,35,36,37,py}, docs
[pytest]
testpaths = kafka test
@@ -11,8 +11,8 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s
deps =
pytest<4.0
pytest-cov
- py{27,34,35,36,py}: pylint
- py{27,34,35,36,py}: pytest-pylint
+ py{27,34,35,36,37,py}: pylint
+ py{27,34,35,36,37,py}: pytest-pylint
pytest-mock
mock
python-snappy