[Python-Dev] Slipping Python 3.5.5rc1 and 3.4.8rc1 because of a Travis CI issue--can someone make Travis CI happy?
Oleg Broytman
phd at phdru.name
Mon Jan 22 05:59:36 EST 2018
On Mon, Jan 22, 2018 at 02:33:01AM -0800, Larry Hastings <larry at hastings.org> wrote:
> All ... CI tests fail in
> the same way, reporting this error:
>
> The command "pyenv global system 3.5" failed and exited with 1 during .
Seems there is a slow workaround (install python 3.5):
https://github.com/travis-ci/travis-ci/issues/8363#issuecomment-354857845
which python3.5 || (pyenv install 3.5.4 && pyenv use system 3.5.4)
> //arry/
Oleg.
--
Oleg Broytman http://phdru.name/ phd at phdru.name
Programmers don't die, they just GOSUB without RETURN.
More information about the Python-Dev
mailing list