Once in a while I run tox, everything works, but when somebody else downloads the repository it doesn't because I forgot to commit something.
I like tox
because it prevents me from forgetting to add requirements to setup.py
. Can I make it also run in an environment which only has stuff that is commited or staging? (without removing, so git clean
is not an option except if I can get it back after the tests)