diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2020-11-28 14:28:37 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2020-11-28 14:28:37 +0100 |
commit | e719ffa564e2be6efa5d061fa97822199cbde22b (patch) | |
tree | c878865aa76de61e55e13a76d4d30fa12ddfa82f /.travis.yml | |
parent | 0c0dee9a4b3e3b3383a3eb000702675103e5c0a7 (diff) | |
download | pylint-git-e719ffa564e2be6efa5d061fa97822199cbde22b.tar.gz |
Adds a job for python3.9
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 61d78d4d8..de982a62f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ jobs: env: TOXENV=py37 - python: 3.8 env: TOXENV=py38 + - python: 3.9 + env: TOXENV=py39 - stage: tests-pypy python: pypy3 env: TOXENV=pypy |