[tox] skipsdist = true isolated_build = true envlist = clean, lint, without-pyodbc [pytest] filterwarnings = ignore::DeprecationWarning [testenv] allowlist_externals = pytest deps = pipenv [testenv:tests] commands = pipenv install --dev --skip-lock pytest tests