Got this error when trying to execute tox command:
ERROR: cowardly refusing to delete `envdir` (it does not look like a virtualenv):
They talked about it in github but didn’t find any useful tip.
Problem was in the tox.ini file. Had this line:
envdir = {toxworkdir}
It should have been:
envdir = {toxworkdir}./my_dir