summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-11-28 14:27:54 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-11-28 14:27:54 +0100
commit0c0dee9a4b3e3b3383a3eb000702675103e5c0a7 (patch)
tree4ccdae3e0c3be22182267e6241b12631104f3051 /tox.ini
parent1f7d0395e257aadd3a9c13f81b2a96cac89dbea1 (diff)
downloadpylint-git-0c0dee9a4b3e3b3383a3eb000702675103e5c0a7.tar.gz
Adds py39 env
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 70a0a327b..9b9671050 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4
-envlist = py35, py36, py37, py38, pypy, pylint, benchmark
+envlist = py35, py36, py37, py38, py39, pypy, pylint, benchmark
skip_missing_interpreters = true
[testenv:pylint]