summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-03-05 09:45:18 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-03-05 10:12:37 +0100
commit18b65c78c187cbb30b1bc73640e693817f34ecb4 (patch)
tree9e96389802b2a27532e3aa78e109fcc3e115d44c /tox.ini
parent21eb3914a3a102a92e970c4779e7708154ef7756 (diff)
downloadpylint-git-18b65c78c187cbb30b1bc73640e693817f34ecb4.tar.gz
Expose Python 3.8 in tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9972f22f4..d847ac767 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34, py35, py36, py37, pypy, pylint
+envlist = py34, py35, py36, py37, py38, pypy, pylint
skip_missing_interpreters = true
[testenv:pylint]