From dde7012495e20023704782243998f152e5b3c340 Mon Sep 17 00:00:00 2001 From: Dave Dittrich Date: Tue, 19 Dec 2023 13:54:21 -0800 Subject: [PATCH] Don't force basepython --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 42e5eff..1fcb3e9 100644 --- a/tox.ini +++ b/tox.ini @@ -48,24 +48,20 @@ commands = coverage erase ; -r{toxinidir}/requirements.txt [testenv:pypi] -basepython = python3.9 deps = -r{toxinidir}/requirements-dev.txt whitelist_externals = make commands = make twine-check [testenv:pep8] -basepython = python3.9 deps = -r{toxinidir}/requirements-dev.txt commands = flake8 psec tests docs/conf.py setup.py [testenv:bandit] -basepython = python3.9 ; Run security linter deps = -r{toxinidir}/requirements-dev.txt commands = bandit -c bandit.yaml -r psec -x tests -n5 [testenv:docs] -basepython = python3.9 deps = -r{toxinidir}/requirements-dev.txt whitelist_externals = make commands =