[tox]
envlist = py36,py37,py38,py39
[testenv]
deps =
six
py
commands =
python -c 'import os, sys; print(os.path.realpath(sys.exec_prefix), "is the exec_prefix")'