From 5f357802f342f974718fe524c0f79246fc8dc3e1 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 3 Dec 2018 16:47:58 +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: I4a1a621d334af2b2c4902f364b827c584011b9ce Signed-off-by: Thanh Ha --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e6e3ae4..909e8bf 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ basepython = python3 deps = coala coala-bears - nodeenv==1.1.2 + nodeenv commands = nodeenv -p npm install --global remark-cli remark-lint write-good -- 2.16.6