Skip to content

Commit f09517a

Browse files
authored
travis: windows: use python 3.7.5
1 parent 3084830 commit f09517a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
4848
choco install python2
4949
echo 'PATH="/c/Python27:/c/Python27/Scripts:$PATH"' >> env.sh
5050
else
51-
choco install python --version 3.7.4
51+
choco install python --version 3.7.5
5252
echo 'PATH="/c/Python37:/c/Python37/Scripts:$PATH"' >> env.sh
5353
fi
5454
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then

0 commit comments

Comments
 (0)