From 75c65c27a9b870d4ce10bbd0d413f856d54b3db0 Mon Sep 17 00:00:00 2001 From: Elizaveta Karaseva Date: Sun, 17 Sep 2023 20:01:42 +0400 Subject: [PATCH] Add python version to tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 50ea146..e46e10c 100644 --- a/tox.ini +++ b/tox.ini @@ -13,12 +13,12 @@ commands = flake8 [testenv] +basepython = python3 deps = -r requirements.txt pytest commands = - export PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE pytest [testenv:build]