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.
[tox]
envlist = py27,py37,py38
envlist = py27,py37,py38,py39
[testenv]
passenv = *
usedevelop = True
deps =
py36,py37,py38: black
py36,py37,py38,py39: black
isort<5
pylint
pytest