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. # limitations under the License.
[tox] [tox]
envlist = py27,py37 envlist = py27,py37,py38
[testenv] [testenv]
passenv = * passenv = *
usedevelop = True usedevelop = True
deps = deps =
py36,py37: black py36,py3,py38: black
isort isort
pylint pylint
pytest pytest