pyup
pyup copied to clipboard
Evaluate if there is a way to commit without to push
If I'm not wrong, the issue here is that the bot pushes to the created branch after every commit. If all commits were done first, and then the branch pushed, Travis would only trigger one build for the push. Does this sound reasonable? This behavior should be an easy thing to configure with a setting.