Skip to content

Commit 3c40992

Browse files
committed
Test on Python 3.5 with 32 architecture, to see if that matters.
1 parent 26ecf0c commit 3c40992

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ environment:
2121
PYTHON_VERSION: "3.5"
2222
PYTHON_ARCH: "64"
2323

24+
- PYTHON: "C:\\Python35-conda32"
25+
PYTHON_VERSION: "3.5"
26+
PYTHON_ARCH: "32"
27+
2428
install:
2529
# Install miniconda Python
2630
- "powershell ./tools/install_python.ps1"

0 commit comments

Comments
 (0)