<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jan 22, 2018 at 11:59 AM, Oleg Broytman <span dir="ltr"><<a href="mailto:phd@phdru.name" target="_blank">phd@phdru.name</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Jan 22, 2018 at 02:33:01AM -0800, Larry Hastings <<a href="mailto:larry@hastings.org">larry@hastings.org</a>> wrote:<br>
> All ... CI tests fail in<br>
<span class="gmail-">> the same way, reporting this error:<br>
><br>
>    The command "pyenv global system 3.5" failed and exited with 1 during .<br>
<br>
</span>   Seems there is a slow workaround (install python 3.5):<br>
<br>
<a href="https://github.com/travis-ci/travis-ci/issues/8363#issuecomment-354857845" rel="noreferrer" target="_blank">https://github.com/travis-ci/<wbr>travis-ci/issues/8363#<wbr>issuecomment-354857845</a><br>
<br>
    which python3.5 || (pyenv install 3.5.4 && pyenv use system 3.5.4)<br></blockquote><div><br></div><div>There is also <a href="https://github.com/praekeltfoundation/travis-pyenv">https://github.com/praekeltfoundation/travis-pyenv</a> I've found useful when one needs excactness and also to decouple oneself from the Travis side rolling releases of Python. Also caches the Python version for you.</div><div><br></div><div>See <a href="https://github.com/plone/plone.intelligenttext/blob/a71bdc5b485b1562b2e320f5c41a15286f205f98/.travis.yml">https://github.com/plone/plone.intelligenttext/blob/a71bdc5b485b1562b2e320f5c41a15286f205f98/.travis.yml</a> for a usage example.</div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Joni Orponen</div></div></div></div></div>
</div></div>