Skip to content

Commit a81e3b5

Browse files
committed
fixing tox config
1 parent d4c8d25 commit a81e3b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ envlist =
88
[testenv]
99
description = Running tests in the corresponding environment
1010
passenv = *
11+
install_command = python -m pip install --upgrade {opts} {packages}
12+
commands_pre =
13+
python -m pip install --upgrade pip setuptools wheel
1114
deps =
12-
pip>=24.0
13-
setuptools>=68.0
14-
wheel>=0.41
1515
-rrequirements.txt
1616
-rrequirements.dev.txt
1717

0 commit comments

Comments
 (0)