Skip to content

Commit

Permalink
appveyor: run under Python 3.2 too
Browse files Browse the repository at this point in the history
  • Loading branch information
shalupov committed Jan 11, 2015
1 parent 35fa4fa commit 35d6f17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ environment:
matrix:
- PYTHON_HOME: C:\Python26
- PYTHON_HOME: C:\Python27
- PYTHON_HOME: C:\Python32
- PYTHON_HOME: C:\Python33
- PYTHON_HOME: C:\Python34
install:
- IF [%PYTHON_HOME%]==[C:\Python26] appveyor DownloadFile https://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
- IF [%PYTHON_HOME%]==[C:\Python26] msiexec /i python-2.6.6.msi /qn
- IF [%PYTHON_HOME%]==[C:\Python32] appveyor DownloadFile https://www.python.org/ftp/python/3.2.5/python-3.2.5.msi
- IF [%PYTHON_HOME%]==[C:\Python32] msiexec /i python-3.2.5.msi /qn
- appveyor DownloadFile https://bootstrap.pypa.io/get-pip.py
- '%PYTHON_HOME%\python get-pip.py'
build_script:
Expand Down

0 comments on commit 35d6f17

Please sign in to comment.