Skip to content

Commit

Permalink
The problem is the old version of pip that ships with Python 3.4.0. M…
Browse files Browse the repository at this point in the history
…aybe we can get Appveyor to use 3.4.1.
  • Loading branch information
CleanCut committed Aug 28, 2014
1 parent 4de13a9 commit c2516b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -3,8 +3,12 @@ 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*"
Expand Down

0 comments on commit c2516b8

Please sign in to comment.