From 9a7e5d86fcb0d2be4aa753e630630ea701c00003 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 24 Sep 2019 00:21:16 +0300 Subject: [PATCH] Install Black only for Python 3.6+ --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0c4de05d..3512bfb6 100644 --- a/tox.ini +++ b/tox.ini @@ -19,8 +19,8 @@ envlist = py27, py35, py36, py37, docs passenv = * usedevelop = True deps = + py36,py37: black isort - black pylint pytest pytest-xdist