Skip to content

Commit 2287df8

Browse files
committed
chore: Update tox settings to ensure latest pip version is used
1 parent cc1757b commit 2287df8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ envlist =
77

88
[testenv]
99
basepython = python3
10+
commands_pre =
11+
python -m pip install --upgrade pip
1012

1113
[testenv:test]
1214
deps =

0 commit comments

Comments
 (0)