nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

PROCFILE env arg #164

Closed BoldBigflank closed 8 years ago

BoldBigflank commented 8 years ago

This allows you to choose the Procfile from within the .env file using the PROCFILE argument.

nickstenning commented 8 years ago

Looks good. Could you add an integration test and documentation for this change?

nickstenning commented 8 years ago

(Oh, and don't worry about the 3.2 build failure. We should probably drop support for 3.2 or pin coverage -- either way it's not a problem introduced by this PR.)

BoldBigflank commented 8 years ago

All but the python 3.2 build passes. I don't know too much about PRs, do I need to update a minor version number?

nickstenning commented 8 years ago

Merged as 5177b51. Thank you!