mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	Merge pull request #705 from scorphus/fix-appveyor-build
#N/A: Use curl to download get-pip.py on AppVeyor
This commit is contained in:
		| @@ -13,7 +13,7 @@ init: | |||||||
|   - ps: "ls C:/Python*" |   - ps: "ls C:/Python*" | ||||||
|  |  | ||||||
| install: | install: | ||||||
|   - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py') |   - "curl -fsS -o C:/get-pip.py https://bootstrap.pypa.io/get-pip.py" | ||||||
|   - "%PYTHON%/python.exe C:/get-pip.py" |   - "%PYTHON%/python.exe C:/get-pip.py" | ||||||
|   - "%PYTHON%/Scripts/pip.exe install -U setuptools" |   - "%PYTHON%/Scripts/pip.exe install -U setuptools" | ||||||
|   - "%PYTHON%/python.exe setup.py develop" |   - "%PYTHON%/python.exe setup.py develop" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user