Install Black only for Python 3.6+

This commit is contained in:
Ivan Kravets
2019-09-24 00:21:16 +03:00
parent ca29b4e370
commit 9a7e5d86fc

View File

@ -19,8 +19,8 @@ envlist = py27, py35, py36, py37, docs
passenv = *
usedevelop = True
deps =
py36,py37: black
isort
black
pylint
pytest
pytest-xdist