From 99ce7b79fa7a92a7ed0000af20103422f4313963 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 18 Jul 2018 15:55:01 -0700 Subject: [PATCH] Add pylint back as a tox env (#5416) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 36fd52315..292170127 100644 --- a/tox.ini +++ b/tox.ini @@ -77,4 +77,5 @@ envlist = eslint flake8 javascript + pylint skipsdist = true