summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 06403d6..8dfe2c5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{26,27,34,35,36,37,py}, docs
+envlist = py{26,27,34,35,36,37,38,py}, docs
[pytest]
testpaths = kafka test
@@ -8,10 +8,10 @@ log_format = %(created)f %(filename)-23s %(threadName)s %(message)s
[testenv]
deps =
- pytest<4.0
+ pytest
pytest-cov
- py{27,34,35,36,37,py}: pylint
- py{27,34,35,36,37,py}: pytest-pylint
+ py{27,34,35,36,37,38,py}: pylint
+ py{27,34,35,36,37,38,py}: pytest-pylint
pytest-mock
mock
python-snappy