From: Thanh Ha Date: Wed, 24 May 2017 00:56:59 +0000 (-0400) Subject: Pin coala to 0.11 X-Git-Tag: release/carbon~6 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=96faf4b72778d17f9a933ee98e1110a64985127f;p=releng%2Fbuilder.git 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 --- 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