File tree Expand file tree Collapse file tree 10 files changed +8
-8
lines changed Expand file tree Collapse file tree 10 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ phases:
1010 python : latest
1111 build :
1212 commands :
13- - pip install tox
13+ - pip install " tox < 4.0"
1414 - tox
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ phases:
1616 commands :
1717 - pyenv install 3.10.0
1818 - pyenv local 3.10.0
19- - pip install tox tox-pyenv
19+ - pip install " tox < 4.0"
2020 - tox
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ phases:
2828 # The choice of versions should be reviewed.
2929 - pyenv install 3.7.12
3030 - pyenv local 3.7.12
31- - pip install tox tox-pyenv
31+ - pip install " tox < 4.0"
3232 - tox
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ phases:
1616 commands :
1717 - pyenv install 3.8.12
1818 - pyenv local 3.8.12
19- - pip install tox tox-pyenv
19+ - pip install " tox < 4.0"
2020 - tox
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ phases:
1616 commands :
1717 - pyenv install 3.9.7
1818 - pyenv local 3.9.7
19- - pip install tox tox-pyenv
19+ - pip install " tox < 4.0"
2020 - tox
Original file line number Diff line number Diff line change 1010phases :
1111 install :
1212 commands :
13- - pip install tox
13+ - pip install " tox < 4.0"
1414 - pip install --upgrade pip
1515 runtime-versions :
1616 python : latest
Original file line number Diff line number Diff line change 1010phases :
1111 install :
1212 commands :
13- - pip install tox
13+ - pip install " tox < 4.0"
1414 - pip install --upgrade pip
1515 runtime-versions :
1616 python : latest
Original file line number Diff line number Diff line change 1515phases :
1616 install :
1717 commands :
18- - pip install tox
18+ - pip install " tox < 4.0"
1919 runtime-versions :
2020 python : latest
2121 pre_build :
You can’t perform that action at this time.
0 commit comments