mirror of https://github.com/explosion/spaCy.git
Added win32 build to the matrix
This commit is contained in:
parent
6cff3533b5
commit
f81fa55db6
|
@ -8,16 +8,24 @@ environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
||||||
# Python 2.7.10 is the latest version and is not pre-installed.
|
# Python 2.7.10 is the latest version and is not pre-installed.
|
||||||
|
|
||||||
- PYTHON: "C:\\Python27.10-x64"
|
- PYTHON: "C:\\Python27.10-x64"
|
||||||
PYTHON_VERSION: "2.7.10"
|
PYTHON_VERSION: "2.7.10"
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
|
- PYTHON: "C:\\Python27.10-x32"
|
||||||
|
PYTHON_VERSION: "2.7.10"
|
||||||
|
PYTHON_ARCH: "32"
|
||||||
|
|
||||||
# The lastest Python 3.4.
|
# The lastest Python 3.4.
|
||||||
- PYTHON: "C:\\Python34-x64"
|
- PYTHON: "C:\\Python34-x64"
|
||||||
PYTHON_VERSION: "3.4.x" # currently 3.4.3
|
PYTHON_VERSION: "3.4.x" # currently 3.4.3
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
|
- PYTHON: "C:\\Python34-x32"
|
||||||
|
PYTHON_VERSION: "3.4.x" # currently 3.4.3
|
||||||
|
PYTHON_ARCH: "32"
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install Python (from the official .msi of http://python.org) and pip when
|
# Install Python (from the official .msi of http://python.org) and pip when
|
||||||
# not already installed.
|
# not already installed.
|
||||||
|
|
Loading…
Reference in New Issue