From 1873e2fde4e7a672cc7025981319b3a39767aaa9 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 22 May 2017 13:17:00 -0400 Subject: [PATCH] Pin coala version to <0.11 I seems the new 0.11 version breaks us due to dependency conflicts. Let's pin the version and migrate when we have time to troubleshoot. Change-Id: Ia83733fcbba20a0e796242890a3bfe412e801a15 Signed-off-by: Thanh Ha --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3f2334b99..65dd26cb6 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = true [testenv:coala] basepython = python3 deps = - coala + coala<0.11 coala-bears commands = python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger -- 2.36.6