diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2020-11-22 15:04:27 +0100 |
|---|---|---|
| committer | hippo91 <guillaume.peillex@gmail.com> | 2020-11-22 15:04:27 +0100 |
| commit | 11ecc089c148dcf22edb6ce28087ca26f7fc6245 (patch) | |
| tree | 52886c26c0539fbd588528213d20a809c4164503 | |
| parent | 736930cc28d37d7a79a26123f4a93f1e77d761fb (diff) | |
| download | astroid-git-11ecc089c148dcf22edb6ce28087ca26f7fc6245.tar.gz | |
Adds python3.9 test
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | tox.ini | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 638720d3..d30c9386 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,8 @@ jobs: env: TOXENV=py37 - python: 3.8 env: TOXENV=py38 + - python: 3.9 + env: TOXENV=py39 before_install: - python --version - uname -a @@ -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 |
