add python3.9 to CI

This commit is contained in:
Deniz Turgut 2020-10-12 18:38:46 +03:00
commit 8b8a0147e8
No known key found for this signature in database
GPG key ID: 87B7168D7AB3ED2F
2 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[tox]
envlist = py{3.5,3.6,3.7,3.8},docs,flake8
envlist = py{3.5,3.6,3.7,3.8,3.9},docs,flake8
[testenv]
basepython =
@ -7,6 +7,7 @@ basepython =
py3.6: python3.6
py3.7: python3.7
py3.8: python3.8
py3.9: python3.9
passenv = *
usedevelop=True
deps =