From 1102b10537b44e4144abeb08b78b1a7778d1c76b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 27 Oct 2017 13:49:25 -0400 Subject: [PATCH] Pin nodeenv version to 1.1.2 This fixes an issue where you cannot run tox -e coala more than once. Change-Id: Ied59caddfea7fe237007d987310f0ce35cd71ef4 Signed-off-by: Thanh Ha --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 41eb7b69..34e762c8 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = coala coala-bears # Markdown lint requires nodejs - nodeenv + nodeenv==1.1.2 commands = nodeenv -p npm install --global remark-cli remark-lint write-good -- 2.16.6