Add Python 3.8 for Tox

This commit is contained in:
Ivan Kravets
2020-05-22 14:12:27 +03:00
parent ec34a65cff
commit e2c5a3c498

View File

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