mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
AppVeyor: pip is pre-installed
See: http://www.appveyor.com/updates/2015/04/25
This commit is contained in:
parent
274865147c
commit
631e097d48
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue