From 96faf4b72778d17f9a933ee98e1110a64985127f Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 23 May 2017 20:56:59 -0400 Subject: [PATCH] Pin coala to 0.11 coala-bears 0.11 just released 5 hrs from this patch author date. It breaks the build because we were pinning coala. It seems coala and coala-bears versions must match exactly so pin both versions for good measure. Change-Id: I06cf7dd2d0e84844563bc8d8b842be99f9a1f168 Signed-off-by: Thanh Ha --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 65dd26cb6..2b5af0c33 100644 --- a/tox.ini +++ b/tox.ini @@ -6,8 +6,8 @@ skipsdist = true [testenv:coala] basepython = python3 deps = - coala<0.11 - coala-bears + coala==0.11 + coala-bears==0.11 commands = python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger coala --non-interactive -- 2.36.6