8000 Enable Python35-x64 in AppVeyor · lbolla/msgpack-python@334dbe2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 334dbe2

Browse files
committed
Enable Python35-x64 in AppVeyor
1 parent d6254ab commit 334dbe2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ environment:
1313
- PYTHON: "C:\\Python27-x64"
1414
- PYTHON: "C:\\Python34-x64"
1515
DISTUTILS_USE_SDK: "1"
16-
17-
# Python35-x64 test fails with MemoryError
18-
# TODO: investigate it
19-
#- PYTHON: "C:\\Python35-x64"
16+
- PYTHON: "C:\\Python35-x64"
2017

2118
install:
2219
# We need wheel installed to build wheels

0 commit comments

Comments
 (0)
0