Add py39 env

This commit is contained in:
Ivan Kravets
2020-10-29 18:08:58 +02:00
parent 175448deda
commit 5ea864da39

View File

@ -13,13 +13,13 @@
# limitations under the License. # limitations under the License.
[tox] [tox]
envlist = py27,py37,py38 envlist = py27,py37,py38,py39
[testenv] [testenv]
passenv = * passenv = *
usedevelop = True usedevelop = True
deps = deps =
py36,py37,py38: black py36,py37,py38,py39: black
isort<5 isort<5
pylint pylint
pytest pytest