Update appveyor.yml

Trying to make appveyor work
This commit is contained in:
Eduardo MG
2022-10-26 17:41:10 -05:00
committed by GitHub
parent 61bb41e88a
commit 15bdad348b
+1 -1
View File
@@ -22,7 +22,7 @@ environment:
# scripts that run after cloning repository
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/pip/2.7/get-pip.py', 'C:/get-pip.py')
- "C:/Python27/python.exe C:/get-pip.py"
- "C:/Python27/Scripts/pip.exe install pyjavaproperties"
- "C:/Python27/Scripts/pip.exe install github3.py"