Skip to content

Commit 4ed9106

Browse files
committed
tox fixing
1 parent 17b5f57 commit 4ed9106

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ envlist = py310
77

88
[testenv]
99
description = Running tests in the corresponding environment
10+
basepython = /usr/bin/python3.10
1011
passenv = *
1112
commands_pre =
1213
python -m pip install --upgrade pip setuptools wheel
@@ -16,8 +17,6 @@ deps =
1617
commands =
1718
{envpython} -m pytest --cov-config=tox.ini
1819

19-
[testenv:py310]
20-
basepython = /usr/bin/python3.10
2120

2221
[testenv:unit]
2322
description = Running UNIT tests in the corresponding environment

0 commit comments

Comments
 (0)