Skip to content

Commit 76b20ef

Browse files
committed
try out whole appveyor matrix
1 parent f3e84f9 commit 76b20ef

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

appveyor.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ environment:
1616
PYTHON_VERSION: "2.7"
1717
PYTHON_ARCH: "64"
1818

19-
# - PYTHON: "C:\\Python34"
20-
# PYTHON_VERSION: "3.4"
21-
# PYTHON_ARCH: "32"
22-
#
23-
# - PYTHON: "C:\\Python34-x64"
24-
# PYTHON_VERSION: "3.4"
25-
# PYTHON_ARCH: "64"
26-
#
27-
# - PYTHON: "C:\\Python35"
28-
# PYTHON_VERSION: "3.5"
29-
# PYTHON_ARCH: "32"
30-
#
31-
# - PYTHON: "C:\\Python35-x64"
32-
# PYTHON_VERSION: "3.5"
33-
# PYTHON_ARCH: "64"
19+
- PYTHON: "C:\\Python34"
20+
PYTHON_VERSION: "3.4"
21+
PYTHON_ARCH: "32"
22+
23+
- PYTHON: "C:\\Python34-x64"
24+
PYTHON_VERSION: "3.4"
25+
PYTHON_ARCH: "64"
26+
27+
- PYTHON: "C:\\Python35"
28+
PYTHON_VERSION: "3.5"
29+
PYTHON_ARCH: "32"
30+
31+
- PYTHON: "C:\\Python35-x64"
32+
PYTHON_VERSION: "3.5"
33+
PYTHON_ARCH: "64"
3434

3535
install:
3636
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ def blosc_extension():
6161
elif os.name == 'nt':
6262
define_macros += [('__AVX2__', 1)]
6363

64+
# workaround lack of support for "inline" in MSVC when building for Python
65+
# 2.7 64-bit
6466
if os.name == 'nt':
6567
extra_compile_args.append('-Dinline=__inline')
6668

0 commit comments

Comments
 (0)