From 55721000132cef01ff9fe2141adfd6079c2f8857 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 27 Nov 2018 16:41:32 +0800 Subject: [PATCH] Unpin nodeenv version This was originally pinned because nodeenv was breaking on 2nd and onward runs of `tox -e coala` due to bug in nodeenv. This no longer seems to be the case so unpin the version so we can get updates again. Change-Id: I6a9906f3fcdc90eb546813026527ef63eea88c4e Signed-off-by: Thanh Ha --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aa591472..7611fe66 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = coala coala-bears # Markdown lint requires nodejs - nodeenv==1.1.2 + nodeenv commands = nodeenv -p npm install --global remark-cli remark-lint write-good -- 2.16.6