We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2763de9 commit 9669d12Copy full SHA for 9669d12
1 file changed
tox.ini
@@ -7,14 +7,13 @@ envlist =
7
8
[testenv]
9
description = Running tests in the corresponding environment
10
+basepython = /usr/bin/python3.10
11
passenv = *
-install_command = python -m pip install --upgrade {opts} {packages}
12
commands_pre =
13
python -m pip install --upgrade pip setuptools wheel
14
deps =
15
-rrequirements.txt
16
-rrequirements.dev.txt
17
-
18
commands =
19
{envpython} -m pytest --cov-config=tox.ini
20
0 commit comments