summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-11-22 15:04:27 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-11-22 15:04:27 +0100
commit11ecc089c148dcf22edb6ce28087ca26f7fc6245 (patch)
tree52886c26c0539fbd588528213d20a809c4164503 /tox.ini
parent736930cc28d37d7a79a26123f4a93f1e77d761fb (diff)
downloadastroid-git-11ecc089c148dcf22edb6ce28087ca26f7fc6245.tar.gz
Adds python3.9 test
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 3ec33526..fa9bf32a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35, py36, py37, py38, pypy, pylint
+envlist = py35, py36, py37, py38, py39, pypy, pylint
skip_missing_interpreters = true
[testenv:pylint]
@@ -18,9 +18,9 @@ deps =
; we have a brain for nose
; we use pytest for tests
nose
- py35,py36,py37: numpy
- py35,py36,py37: attr
- py35,py36,py37: typed_ast>=1.4.0,<1.5
+ py35,py36,py37,py38,py39: numpy
+ py35,py36,py37,py38,py39: attr
+ py35,py36,py37,py38,py39: typed_ast>=1.4.0,<1.5
pytest
python-dateutil
pypy: singledispatch