We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b5f57 commit 4ed9106Copy full SHA for 4ed9106
1 file changed
tox.ini
@@ -7,6 +7,7 @@ envlist = py310
7
8
[testenv]
9
description = Running tests in the corresponding environment
10
+basepython = /usr/bin/python3.10
11
passenv = *
12
commands_pre =
13
python -m pip install --upgrade pip setuptools wheel
@@ -16,8 +17,6 @@ deps =
16
17
commands =
18
{envpython} -m pytest --cov-config=tox.ini
19
-[testenv:py310]
20
-basepython = /usr/bin/python3.10
21
22
[testenv:unit]
23
description = Running UNIT tests in the corresponding environment
0 commit comments