Jamie Hewland
Jamie Hewland
Mine? More active? Cool. OK, so a few style notes on the changes overall: 1. The rest of DSLV uses 4-space tabs. From the new files you've added it looks...
Apologies for being kind of a stickler...
Cool, thanks this is looking good. I won't have time to look at this properly until probably late in the day tomorrow. Have a good New Year's :tada:
Thanks, looking good :thumbsup: I'll review this properly over the weekend. Just two things before that: 1. Can you make sure you use unix-style line endings (or get your git...
Hey, sorry for the slow response. We haven't used travis-pyenv in a while so it's been a lower priority. The issue is that Travis keeps subtly changing their pyenv setup....
Hi @danielkza, thanks for filing the issue. Without some logs it's hard for me to know exactly what the issue is that you are encountering. As far as I understand,...
Do you have a Travis build that is failing that I can see? Because it is working for me at the moment: Fresh install: https://travis-ci.org/praekeltfoundation/travis-pyenv/jobs/239537668 Cached install: https://travis-ci.org/praekeltfoundation/travis-pyenv/jobs/239545868
@danielkza the problem is that your `PYENV_VERSION_STRING` is set to `PyPy3 5.7.0`... the output of `python --version` for that Python is: ``` Python 3.5.3 (b16a4363e930f6401bceb499b9520955504c6cb0, Mar 21 2017, 12:36:24) [PyPy...
Docker 18.06 is the default on Travis now.