From 717ceee0eab2afd1c6a5ee6efd43e19a741779ee Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sun, 22 May 2016 12:43:07 +0100 Subject: [PATCH] [Tests] Update comments in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e5460fdf0..2b55a08ea 100644 --- a/tox.ini +++ b/tox.ini @@ -122,6 +122,7 @@ sitepackages = False deps = {[testenv]deps} pylint +# Use bash to enable use of wildcard paths with pylint. whitelist_externals = bash commands = pylint --version @@ -135,7 +136,6 @@ commands = ###################### [testcoveragebase] -#install_command = pip install {opts} {packages} deps = {[testenv]deps} pytest-cov