Skip to content

Commit c2dac88

Browse files
committed
Run tests and linters against Python 3.8
1 parent 316da74 commit c2dac88

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 2.7
77
- 3.4
88
- 3.7
9+
- 3.8
910
- pypy2.7-6.0
1011

1112
env:

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{26,27,34,35,36,37,py}, docs
2+
envlist = py{26,27,34,35,36,37,38,py}, docs
33

44
[pytest]
55
testpaths = kafka test
@@ -10,8 +10,8 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s
1010
deps =
1111
pytest<4.0
1212
pytest-cov
13-
py{27,34,35,36,37,py}: pylint
14-
py{27,34,35,36,37,py}: pytest-pylint
13+
py{27,34,35,36,37,38,py}: pylint
14+
py{27,34,35,36,37,38,py}: pytest-pylint
1515
pytest-mock
1616
mock
1717
python-snappy

0 commit comments

Comments
 (0)