Skip to content

Commit 9669d12

Browse files
committed
tox fixing
1 parent 2763de9 commit 9669d12

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,14 +7,13 @@ envlist =
77

88
[testenv]
99
description = Running tests in the corresponding environment
10+
basepython = /usr/bin/python3.10
1011
passenv = *
11-
install_command = python -m pip install --upgrade {opts} {packages}
1212
commands_pre =
1313
python -m pip install --upgrade pip setuptools wheel
1414
deps =
1515
-rrequirements.txt
1616
-rrequirements.dev.txt
17-
1817
commands =
1918
{envpython} -m pytest --cov-config=tox.ini
2019

0 commit comments

Comments
 (0)