diff --git a/tox.ini b/tox.ini index 203eca3..2a57cd3 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,8 @@ envlist = py{310}-dj{50} skipsdist = True [testenv] +basepython=python3.10 +python=python3.10 envdir=.venv allowlist_externals=* commands = {posargs:./manage.py test --exclude-tag=selenium --exclude-tag=integration}