Use `python -m pytest` to avoid needing bin/pytest in virtualenv
Using the pytest
command will call /usr/bin/pytest unless the
pytest package has been reinstalled (updated) in the tox virtualenv
bin directory. Changing to python -m pytest
means that pytest is
always called from inside the virtual environment.