Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b684c4

Browse files
authored
Merge pull request #16143 from Kojoley/unblock-ci-on-v2.2.x-branch
Unblock CI on v2.2.x branch
2 parents d1f3e10 + b37fb4b commit 5b684c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ install:
179179
echo 'wxPython is available' ||
180180
echo 'wxPython is not available'
181181
182-
pip install $PRE \
182+
pip install --upgrade $PRE \
183183
$PYTEST \
184184
$PYTEST_COV \
185185
'pytest-faulthandler<1.6' \

0 commit comments

Comments
 (0)