Skip to content

Commit

Permalink
Fix CI tests on Windows against pip main branch (jazzband#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Nov 20, 2022
1 parent 7957dc9 commit 6839a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extras =
deps =
pipprevious: pip==22.2.*
piplatest: pip
pipmain: -e git+https://github.com/pypa/pip.git@main#egg=pip
pipmain: https://github.com/pypa/pip/archive/main.zip
setenv =
coverage: PYTEST_ADDOPTS=--strict-markers --doctest-modules --cov --cov-report=term-missing --cov-report=xml {env:PYTEST_ADDOPTS:}
commands_pre =
Expand Down

0 comments on commit 6839a64

Please sign in to comment.