AppVeyor: pip is pre-installed

See: http://www.appveyor.com/updates/2015/04/25
This commit is contained in:
Adrian Sampson 2015-04-26 13:12:27 -07:00
parent 274865147c
commit 631e097d48

View file

@ -9,8 +9,6 @@ environment:
# Install Pip to install Tox.
install:
- ps: "(new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')"
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install tox"
test_script: