Skip to content

Commit

Permalink
Or maybe getting pip to upgrade itself will work.
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Aug 28, 2014
1 parent 3be1b70 commit 0eff306
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Expand Up @@ -3,18 +3,15 @@ build: false
environment:
matrix:
- PYTHON: "C:/Python27"

- PYTHON: "C:/Python33"

- PYTHON: "C:/Python34"
PYTHON_VERSION: "3.4.1"
PYTHON_ARCH: "64"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
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%/python.exe -m pip install --upgrade pip"
- "%PYTHON%/Scripts/pip.exe install ."
test_script:
- "%PYTHON%/Scripts/green.exe -vvv green"
Expand Down

0 comments on commit 0eff306

Please sign in to comment.