
PowerShell Execution Policies in Standard Images.It could be more strict than ByPass but I haven't bothered. Ironically it still uses tox for testing :-)

I haven't looked much into this, tho I have came across rituals. Writing a well behaved setup.py is not a walk in the park and a custom test command doesn't bring any advantages. See: substitutions for positional arguments in commands. This is not necessarily tox specific but I'm mentioning it because it can make installing some dependencies so much faster: use wheelhouses preloaded with the deps. There are probably other tools I haven't considered, feel free to comment, if you still think there's something better than tox. Read this terrifying list of Bash pitfalls. Besides them being unportable and hard to read, I'm pretty tired of seeing people doing accidental rm -rf / (because shell scripts don't error or uninitialized variables by default) or having some other obscure bugs.


