mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +03:00
Test build #1
This commit is contained in:
parent
6de26d312c
commit
f43dee555b
|
@ -12,18 +12,18 @@ environment:
|
||||||
PYTHON_VERSION: "2.7.10"
|
PYTHON_VERSION: "2.7.10"
|
||||||
PYTHON_ARCH: "64"
|
PYTHON_ARCH: "64"
|
||||||
|
|
||||||
- PYTHON: "C:\\Python27.10-x32"
|
#- PYTHON: "C:\\Python27.10-x32"
|
||||||
PYTHON_VERSION: "2.7.10"
|
# PYTHON_VERSION: "2.7.10"
|
||||||
PYTHON_ARCH: "32"
|
# 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: "C:\\Python34-x32"
|
||||||
PYTHON_VERSION: "3.4.x" # currently 3.4.3
|
# PYTHON_VERSION: "3.4.x" # currently 3.4.3
|
||||||
PYTHON_ARCH: "32"
|
# PYTHON_ARCH: "32"
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -38,10 +38,10 @@ install:
|
||||||
- "SET PYTHONPATH=%CD%;%PYTHONPATH%"
|
- "SET PYTHONPATH=%CD%;%PYTHONPATH%"
|
||||||
|
|
||||||
# Filesystem root
|
# Filesystem root
|
||||||
# - ps: "ls \"C:/\""
|
- ps: "ls \"C:/\""
|
||||||
|
|
||||||
# Installed SDKs
|
# Installed SDKs
|
||||||
# - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
|
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
|
||||||
|
|
||||||
# Checking stdint.h
|
# Checking stdint.h
|
||||||
#- ps: "ls \"C:/projects/spacy/include/\""
|
#- ps: "ls \"C:/projects/spacy/include/\""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user