- Ensure tox is installed, version >=
3.24.4
. - Create a python3.7 venv by running the command
virtualenv --python=/usr/local/opt/[email protected]/bin/python3.7 ./venv
. Keep in mind that the path to py37 bin might difer. - Activate the virtualenv by typing
./venv/bin/activate
. - Run
tox
.