Ben Evans

Results 38 comments of Ben Evans

> > I agree, we don't want to build from source - it would be better as a complete test of the user experience of installing the binary from pypi....

I just did a last bit of cosmetic tidying but I think this is good to go!

60% of the time, it works every time... 😉

A relief indeed and congrats on the new release! 😄

Yes, I agree that this needs to be read in from another source if you want to keep it but provided the installed packages meet the minimum requirements to install...

We should also consider what to do with the `release` branch. I think it was supposed to be pointing to the latest release-tagged version of the code but was last...

Similarly, `master` is two years out of date so I'm not sure what purpose that serves either.

> `git branch -r --merged | grep -Ev "(^\*|develop)"` Deleting these unused branches may also speed-up `git clone` operations from what I've read 🏆