Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
X86 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Jul 1, 2017
1 parent d5b1079 commit 22babe6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,27 @@ platform:
environment:
matrix:
- PYTHON_VERSION: 27
ARCH: x86
- PYTHON_VERSION: 27-x64
ARCH: x64
- PYTHON_VERSION: 33
ARCH: x86
- PYTHON_VERSION: 33-x64
ARCH: x64
- PYTHON_VERSION: 34
ARCH: x86
- PYTHON_VERSION: 34-x64
ARCH: x64
- PYTHON_VERSION: 35
ARCH: x86
- PYTHON_VERSION: 35-x64
ARCH: x64
- PYTHON_VERSION: 36
ARCH: x86
- PYTHON_VERSION: 36-x64
ARCH: x64
before_build:
- ps: Start-FileDownload 'https://github.com/Pusnow/mecab-ko-msvc/releases/download/release-0.9.2-msvc-3/mecab-ko-msvc-x64.zip'
- ps: Start-FileDownload 'https://github.com/Pusnow/mecab-ko-msvc/releases/download/release-0.9.2-msvc-3/mecab-ko-msvc-%ARCH%.zip'
- 7z x mecab-ko-msvc-x64.zip -oc:\mecab
- C:\Python%PYTHON_VERSION%\python.exe -m pip install wheel

Expand Down

0 comments on commit 22babe6

Please sign in to comment.