I have a simple tox.ini like this:
tox.ini
[tox] envlist = py37 [testenv] deps = pytest commands = pytest
But when I run