We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e6a09 commit eec4bdcCopy full SHA for eec4bdc
.travis.yml
@@ -14,7 +14,8 @@ env:
14
- PYTEST_ADDOPTS=-vv
15
16
install:
17
- - python -m pip install --upgrade --pre tox
+ - python -m pip install --upgrade pip
18
+ - python -m pip install --upgrade --pre --force-reinstall tox
19
20
jobs:
21
include:
azure-pipelines.yml
@@ -94,7 +94,7 @@ jobs:
94
condition: eq(variables['python.needs_vc'], True)
95
displayName: 'Install VC for py27'
96
97
- - script: $(python.exe) -m pip install --upgrade pip && $(python.exe) -m pip install tox
+ - script: $(python.exe) -m pip install --upgrade pip && $(python.exe) -m pip install --force-reinstall tox
98
displayName: 'Install tox'
99
100
- script: |
0 commit comments