[tox] isolated_build = True envlist = py36, py37, py38 skip_missing_interpreters = True [testenv] whitelist_externals = make commands = make install make pytest make lint