scripts: travis: accept everything when installing python from choco

This commit is contained in:
Alibek Omarov
2019-03-29 23:40:25 +03:00
parent d7ea40d850
commit 5436658ce7
2 changed files with 2 additions and 4 deletions

View File

@@ -1,9 +1,7 @@
# python 3.6
choco install python3
choco install python3 -y
# SDL2 for VC prebuilt
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
unzip SDL2.zip
mv SDL2-$SDL_VERSION SDL2_VC
cd $TRAVIS_BUILD_DIR