Elias Dorneles

Results 25 comments of Elias Dorneles

This is a good idea, I think we can start doing formal releases. We can even release source distributions to PyPI (so that people can find it if they search...

Hi @pydanny ! No problem at all, please go ahead! Thanks for asking, but there was no need I was considering removing it myself, albeit for different reasons (it seems...

Hm, could you check that build failure?

Hi! It's probably okay, I only didn't merge it because I didn't test it.

Yeah, I've been having similar thoughts. It's hard to get rid of Makefiles though, because they're used for building Sphinx docs locally (both for the template docs and for the...

And here is a sketch of how I'm imagining that `manage.py` script: https://gist.github.com/eliasdorneles/5c82cef5d2b16877996a10f12ccc4e7a This seems good enough for our needs, as we don't have complicated build definitions in our tasks...

So, I was kinda liking the idea of commands in setup.py at first, but I'd prefer not to, mostly because: 1) `setup.py` is already kinda complicated, I'd like to keep...

Unfortunately I did way too much nitpicking and "yeah, but..." comments above and I'm afraid it drained the energy of people wanting to contribute at the time. I'm sorry for...

Hey, I was just reviewing the tests and it seems all important combinations are already covered. There are tests for [with and without pytest](https://github.com/audreyr/cookiecutter-pypackage/blob/master/tests/test_bake_project.py#L169-L183), [with and without travis autodeploy setup](https://github.com/audreyr/cookiecutter-pypackage/blob/master/tests/test_bake_project.py#L104-L125),...

Hey @perenecabuto -- what do you think of this one?