diff options
author | INADA Naoki <songofacandy@gmail.com> | 2016-07-21 19:19:32 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2016-07-21 19:19:32 +0900 |
commit | 334dbe2a9652f43abdf27d978d9f4cdaf3f2a34d (patch) | |
tree | 6f4e3c20e4a830deb68987b21285e222ba78d8a3 | |
parent | d6254abc8a3ebec6a135b923951767bd97557de4 (diff) | |
download | msgpack-python-334dbe2a9652f43abdf27d978d9f4cdaf3f2a34d.tar.gz |
Enable Python35-x64 in AppVeyor
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 02b4461..9e766c5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,10 +13,7 @@ environment: - PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python34-x64" DISTUTILS_USE_SDK: "1" - - # Python35-x64 test fails with MemoryError - # TODO: investigate it - #- PYTHON: "C:\\Python35-x64" + - PYTHON: "C:\\Python35-x64" install: # We need wheel installed to build wheels |