From 68a929a63218f9b20d20cad7c36c8b9b946262c5 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 22 Sep 2018 20:38:34 +0500 Subject: [PATCH 01/10] add python3.7 --- .travis.yml | 15 +++++++++++++++ appveyor.yml | 8 ++++++++ multibuild | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ceb6e00..5613175 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,6 +68,16 @@ matrix: - MB_PYTHON_VERSION=3.6 - PLAT=i686 + - os: linux + env: + - MB_PYTHON_VERSION=3.7 + - PLAT=x86_64 + + - os: linux + env: + - MB_PYTHON_VERSION=3.7 + - PLAT=i686 + # MacOS - os: osx language: generic @@ -86,6 +96,11 @@ matrix: env: - MB_PYTHON_VERSION=3.6 + - os: osx + language: generic + env: + - MB_PYTHON_VERSION=3.7 + before_install: - source multibuild/common_utils.sh diff --git a/appveyor.yml b/appveyor.yml index c3e5135..9c4aac2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,6 +34,14 @@ environment: PYTHON_VERSION: "3.6.0" PYTHON_ARCH: "64" + - PYTHON: "C:\\Python37" + PYTHON_VERSION: "3.7.0" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python37-x64" + PYTHON_VERSION: "3.7.0" + PYTHON_ARCH: "64" + matrix: fast_finish: true diff --git a/multibuild b/multibuild index 99d8d0c..4e7a939 160000 --- a/multibuild +++ b/multibuild @@ -1 +1 @@ -Subproject commit 99d8d0c0841250c12054bc56eb89b691bfb27938 +Subproject commit 4e7a9396e9a50731bb83fc0d16bb98fb0c4032d7 From 1cf2566bfa69c03c687ffbccaffd448d29a12e7e Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 22 Sep 2018 21:40:46 +0500 Subject: [PATCH 02/10] temporary disable not 3.7 builds & update deps (for 37 only) --- .travis.yml | 117 ++++++++++++++++++++++++++------------------------- appveyor.yml | 36 ++++++++-------- 2 files changed, 78 insertions(+), 75 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5613175..0c5eb3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,79 +26,82 @@ matrix: include: # Linux - - os: linux - env: - - MB_PYTHON_VERSION=2.7 - - PLAT=x86_64 - - - os: linux - env: - - MB_PYTHON_VERSION=2.7 - - PLAT=i686 - - - os: linux - env: - - MB_PYTHON_VERSION=2.7 - - PLAT=x86_64 - - UNICODE_WIDTH=16 - - - os: linux - env: - - MB_PYTHON_VERSION=2.7 - - PLAT=i686 - - UNICODE_WIDTH=16 - - - os: linux - env: - - MB_PYTHON_VERSION=3.5 - - PLAT=x86_64 - - - os: linux - env: - - MB_PYTHON_VERSION=3.5 - - PLAT=i686 - - - os: linux - env: - - MB_PYTHON_VERSION=3.6 - - PLAT=x86_64 - - - os: linux - env: - - MB_PYTHON_VERSION=3.6 - - PLAT=i686 + # - os: linux + # env: + # - MB_PYTHON_VERSION=2.7 + # - PLAT=x86_64 + + # - os: linux + # env: + # - MB_PYTHON_VERSION=2.7 + # - PLAT=i686 + + # - os: linux + # env: + # - MB_PYTHON_VERSION=2.7 + # - PLAT=x86_64 + # - UNICODE_WIDTH=16 + + # - os: linux + # env: + # - MB_PYTHON_VERSION=2.7 + # - PLAT=i686 + # - UNICODE_WIDTH=16 + + # - os: linux + # env: + # - MB_PYTHON_VERSION=3.5 + # - PLAT=x86_64 + + # - os: linux + # env: + # - MB_PYTHON_VERSION=3.5 + # - PLAT=i686 + + # - os: linux + # env: + # - MB_PYTHON_VERSION=3.6 + # - PLAT=x86_64 + + # - os: linux + # env: + # - MB_PYTHON_VERSION=3.6 + # - PLAT=i686 - os: linux env: + - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 six smart_open" - MB_PYTHON_VERSION=3.7 - PLAT=x86_64 - os: linux env: + - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 six smart_open" - MB_PYTHON_VERSION=3.7 - PLAT=i686 # MacOS - - os: osx - language: generic - env: - - MB_PYTHON_VERSION=2.7 - - SKIP_NETWORK_TESTS=1 - - - os: osx - language: generic - env: - - MB_PYTHON_VERSION=3.5 - - SKIP_NETWORK_TESTS=1 - - - os: osx - language: generic - env: - - MB_PYTHON_VERSION=3.6 + # - os: osx + # language: generic + # env: + # - MB_PYTHON_VERSION=2.7 + # - SKIP_NETWORK_TESTS=1 + + # - os: osx + # language: generic + # env: + # - MB_PYTHON_VERSION=3.5 + # - SKIP_NETWORK_TESTS=1 + + # - os: osx + # language: generic + # env: + # - MB_PYTHON_VERSION=3.6 - os: osx language: generic env: + - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 six smart_open" - MB_PYTHON_VERSION=3.7 diff --git a/appveyor.yml b/appveyor.yml index 9c4aac2..0d59c27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,29 +10,29 @@ environment: secure: qXqY3dFmLOqvxa3Om2gQi/BjotTOK+EP2IPLolBNo0c61yDtNWxbmE4wH3up72Be matrix: - - PYTHON: "C:\\Python27" - PYTHON_VERSION: "2.7.12" - PYTHON_ARCH: "32" + # - PYTHON: "C:\\Python27" + # PYTHON_VERSION: "2.7.12" + # PYTHON_ARCH: "32" - - PYTHON: "C:\\Python27-x64" - PYTHON_VERSION: "2.7.12" - PYTHON_ARCH: "64" + # - PYTHON: "C:\\Python27-x64" + # PYTHON_VERSION: "2.7.12" + # PYTHON_ARCH: "64" - - PYTHON: "C:\\Python35" - PYTHON_VERSION: "3.5.2" - PYTHON_ARCH: "32" + # - PYTHON: "C:\\Python35" + # PYTHON_VERSION: "3.5.2" + # PYTHON_ARCH: "32" - - PYTHON: "C:\\Python35-x64" - PYTHON_VERSION: "3.5.2" - PYTHON_ARCH: "64" + # - PYTHON: "C:\\Python35-x64" + # PYTHON_VERSION: "3.5.2" + # PYTHON_ARCH: "64" - - PYTHON: "C:\\Python36" - PYTHON_VERSION: "3.6.0" - PYTHON_ARCH: "32" + # - PYTHON: "C:\\Python36" + # PYTHON_VERSION: "3.6.0" + # PYTHON_ARCH: "32" - - PYTHON: "C:\\Python36-x64" - PYTHON_VERSION: "3.6.0" - PYTHON_ARCH: "64" + # - PYTHON: "C:\\Python36-x64" + # PYTHON_VERSION: "3.6.0" + # PYTHON_ARCH: "64" - PYTHON: "C:\\Python37" PYTHON_VERSION: "3.7.0" From 1b73b478c8d3392a9dabb02d75dc1aac12c469c9 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 22 Sep 2018 21:47:57 +0500 Subject: [PATCH 03/10] update numpy/scipy versions for windows too --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0d59c27..389e39b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,7 +62,7 @@ install: # Install the build and runtime dependencies of the project. - - "%CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.11.3 scipy==0.18.1 smart_open pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" + - "%CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.14.5 scipy==1.1.0 smart_open pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" - "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst" - ps: "ls dist" From 7433d8e45529ebf7b2a84810ba05a2264342ce03 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2018 00:41:37 +0500 Subject: [PATCH 04/10] enable travis jobs back & decompose deps (needed for py37) --- .travis.yml | 123 ++++++++++++++++++++++++++-------------------------- 1 file changed, 62 insertions(+), 61 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c5eb3e..a2fce84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ env: - REPO_DIR=gensim - BUILD_COMMIT=3.6.0 - UNICODE_WIDTH=32 - - BUILD_DEPENDS="numpy==1.11.3 scipy==0.18.1 six smart_open" + - GLOBAL_DEPENDS="six smart_open" + - BUILD_DEPENDS="numpy==1.11.3 scipy==0.18.1 ${GLOBAL_DEPENDS}" - TEST_DEPENDS="pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" - MACOSX_DEPLOYMENT_TARGET=10.7 - WHEELHOUSE_UPLOADER_USERNAME="Lev.Konstantinovskiy" @@ -26,82 +27,82 @@ matrix: include: # Linux - # - os: linux - # env: - # - MB_PYTHON_VERSION=2.7 - # - PLAT=x86_64 - - # - os: linux - # env: - # - MB_PYTHON_VERSION=2.7 - # - PLAT=i686 - - # - os: linux - # env: - # - MB_PYTHON_VERSION=2.7 - # - PLAT=x86_64 - # - UNICODE_WIDTH=16 - - # - os: linux - # env: - # - MB_PYTHON_VERSION=2.7 - # - PLAT=i686 - # - UNICODE_WIDTH=16 - - # - os: linux - # env: - # - MB_PYTHON_VERSION=3.5 - # - PLAT=x86_64 - - # - os: linux - # env: - # - MB_PYTHON_VERSION=3.5 - # - PLAT=i686 - - # - os: linux - # env: - # - MB_PYTHON_VERSION=3.6 - # - PLAT=x86_64 - - # - os: linux - # env: - # - MB_PYTHON_VERSION=3.6 - # - PLAT=i686 + - os: linux + env: + - MB_PYTHON_VERSION=2.7 + - PLAT=x86_64 + + - os: linux + env: + - MB_PYTHON_VERSION=2.7 + - PLAT=i686 + + - os: linux + env: + - MB_PYTHON_VERSION=2.7 + - PLAT=x86_64 + - UNICODE_WIDTH=16 + + - os: linux + env: + - MB_PYTHON_VERSION=2.7 + - PLAT=i686 + - UNICODE_WIDTH=16 + + - os: linux + env: + - MB_PYTHON_VERSION=3.5 + - PLAT=x86_64 + + - os: linux + env: + - MB_PYTHON_VERSION=3.5 + - PLAT=i686 + + - os: linux + env: + - MB_PYTHON_VERSION=3.6 + - PLAT=x86_64 - os: linux env: - - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 six smart_open" + - MB_PYTHON_VERSION=3.6 + - PLAT=i686 + + - os: linux + env: + - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 ${GLOBAL_DEPENDS}" - MB_PYTHON_VERSION=3.7 - PLAT=x86_64 - os: linux env: - - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 six smart_open" + - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 ${GLOBAL_DEPENDS}" - MB_PYTHON_VERSION=3.7 - PLAT=i686 # MacOS - # - os: osx - # language: generic - # env: - # - MB_PYTHON_VERSION=2.7 - # - SKIP_NETWORK_TESTS=1 - - # - os: osx - # language: generic - # env: - # - MB_PYTHON_VERSION=3.5 - # - SKIP_NETWORK_TESTS=1 - - # - os: osx - # language: generic - # env: - # - MB_PYTHON_VERSION=3.6 + - os: osx + language: generic + env: + - MB_PYTHON_VERSION=2.7 + - SKIP_NETWORK_TESTS=1 + + - os: osx + language: generic + env: + - MB_PYTHON_VERSION=3.5 + - SKIP_NETWORK_TESTS=1 + + - os: osx + language: generic + env: + - MB_PYTHON_VERSION=3.6 - os: osx language: generic env: - - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 six smart_open" + - BUILD_DEPENDS="numpy==1.14.5 scipy==1.1.0 ${GLOBAL_DEPENDS}" - MB_PYTHON_VERSION=3.7 From a4aeb2f0d0b7afc952e2e55837ed4d88e06f653e Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2018 01:32:56 +0500 Subject: [PATCH 05/10] enable old one + ifelse for py37 --- appveyor.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 389e39b..18b2b98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,9 +10,9 @@ environment: secure: qXqY3dFmLOqvxa3Om2gQi/BjotTOK+EP2IPLolBNo0c61yDtNWxbmE4wH3up72Be matrix: - # - PYTHON: "C:\\Python27" - # PYTHON_VERSION: "2.7.12" - # PYTHON_ARCH: "32" + - PYTHON: "C:\\Python27" + PYTHON_VERSION: "2.7.12" + PYTHON_ARCH: "32" # - PYTHON: "C:\\Python27-x64" # PYTHON_VERSION: "2.7.12" @@ -62,7 +62,14 @@ install: # Install the build and runtime dependencies of the project. - - "%CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.14.5 scipy==1.1.0 smart_open pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" + - ps: | + if ($PYTHON_VERSION -eq "3.7.0"){ + %CMD_IN_ENV% pip install --timeout=60 numpy==1.14.5 scipy==1.1.0 + } + else { + %CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.11.3 scipy==0.18.1 + } + - "%CMD_IN_ENV% pip install --timeout=60 smart_open pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" - "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst" - ps: "ls dist" From 30414f3cad5b9413ef4a7c9cc5ae5d815167dd30 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2018 01:45:52 +0500 Subject: [PATCH 06/10] replace ps with cmd --- appveyor.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 18b2b98..c909f38 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,13 +62,12 @@ install: # Install the build and runtime dependencies of the project. - - ps: | - if ($PYTHON_VERSION -eq "3.7.0"){ - %CMD_IN_ENV% pip install --timeout=60 numpy==1.14.5 scipy==1.1.0 - } - else { + - cmd: | + IF $PYTHON_VERSION=="3.7.0" ( + %CMD_IN_ENV% pip install --timeout=60 numpy==1.14.5 scipy==1.1.0 + ) ELSE ( %CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.11.3 scipy==0.18.1 - } + ) - "%CMD_IN_ENV% pip install --timeout=60 smart_open pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" - "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst" - ps: "ls dist" From 4608b5bb1e45b160c6175f2f05c8aebde8f0f4b6 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2018 01:51:06 +0500 Subject: [PATCH 07/10] fix --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c909f38..a607e48 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,10 +63,14 @@ install: # Install the build and runtime dependencies of the project. - cmd: | - IF $PYTHON_VERSION=="3.7.0" ( + IF %PYTHON_VERSION%=="3.7.0" ( + %CMD_IN_ENV% pip install --timeout=60 numpy==1.14.5 scipy==1.1.0 + ) ELSE ( + %CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.11.3 scipy==0.18.1 + ) - "%CMD_IN_ENV% pip install --timeout=60 smart_open pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" - "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst" From 2d305fa09a767c3309f92ca3288ff68ead7dfe16 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2018 01:54:05 +0500 Subject: [PATCH 08/10] fix --- appveyor.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a607e48..7cf8b14 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,16 +62,7 @@ install: # Install the build and runtime dependencies of the project. - - cmd: | - IF %PYTHON_VERSION%=="3.7.0" ( - - %CMD_IN_ENV% pip install --timeout=60 numpy==1.14.5 scipy==1.1.0 - - ) ELSE ( - - %CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.11.3 scipy==0.18.1 - - ) + - cmd: IF %PYTHON_VERSION%=="3.7.0" (%CMD_IN_ENV% pip install --timeout=60 numpy==1.14.5 scipy==1.1.0) ELSE (%CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.11.3 scipy==0.18.1) - "%CMD_IN_ENV% pip install --timeout=60 smart_open pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" - "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst" - ps: "ls dist" From 2bbcdb900c92298a19a00bbaeb73bd8c168eb1a9 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2018 02:14:46 +0500 Subject: [PATCH 09/10] fix again --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7cf8b14..8f8eae5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,10 @@ environment: secure: qXqY3dFmLOqvxa3Om2gQi/BjotTOK+EP2IPLolBNo0c61yDtNWxbmE4wH3up72Be matrix: + - PYTHON: "C:\\Python37" + PYTHON_VERSION: "3.7.0" + PYTHON_ARCH: "32" + - PYTHON: "C:\\Python27" PYTHON_VERSION: "2.7.12" PYTHON_ARCH: "32" @@ -34,10 +38,6 @@ environment: # PYTHON_VERSION: "3.6.0" # PYTHON_ARCH: "64" - - PYTHON: "C:\\Python37" - PYTHON_VERSION: "3.7.0" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python37-x64" PYTHON_VERSION: "3.7.0" PYTHON_ARCH: "64" @@ -62,7 +62,7 @@ install: # Install the build and runtime dependencies of the project. - - cmd: IF %PYTHON_VERSION%=="3.7.0" (%CMD_IN_ENV% pip install --timeout=60 numpy==1.14.5 scipy==1.1.0) ELSE (%CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.11.3 scipy==0.18.1) + - cmd: IF "%PYTHON_VERSION%"=="3.7.0" (%CMD_IN_ENV% pip install --timeout=60 numpy==1.14.5 scipy==1.1.0) ELSE (%CMD_IN_ENV% pip install --timeout=60 --trusted-host 8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ --find-links https://8003f898b26602186ccc-7b1aad3fab3cc330e1fd9d109892382a.ssl.cf2.rackcdn.com/ numpy==1.11.3 scipy==0.18.1) - "%CMD_IN_ENV% pip install --timeout=60 smart_open pytest pytest-rerunfailures mock cython pyemd testfixtures scikit-learn Morfessor==2.0.2a4" - "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst" - ps: "ls dist" From 1396ce96af69bba1f014ae1eee752842278e7f27 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 23 Sep 2018 02:55:33 +0500 Subject: [PATCH 10/10] enable back all win builds --- appveyor.yml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8f8eae5..3df510e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,33 +10,34 @@ environment: secure: qXqY3dFmLOqvxa3Om2gQi/BjotTOK+EP2IPLolBNo0c61yDtNWxbmE4wH3up72Be matrix: - - PYTHON: "C:\\Python37" - PYTHON_VERSION: "3.7.0" - PYTHON_ARCH: "32" - PYTHON: "C:\\Python27" PYTHON_VERSION: "2.7.12" PYTHON_ARCH: "32" - # - PYTHON: "C:\\Python27-x64" - # PYTHON_VERSION: "2.7.12" - # PYTHON_ARCH: "64" + - PYTHON: "C:\\Python27-x64" + PYTHON_VERSION: "2.7.12" + PYTHON_ARCH: "64" - # - PYTHON: "C:\\Python35" - # PYTHON_VERSION: "3.5.2" - # PYTHON_ARCH: "32" + - PYTHON: "C:\\Python35" + PYTHON_VERSION: "3.5.2" + PYTHON_ARCH: "32" - # - PYTHON: "C:\\Python35-x64" - # PYTHON_VERSION: "3.5.2" - # PYTHON_ARCH: "64" + - PYTHON: "C:\\Python35-x64" + PYTHON_VERSION: "3.5.2" + PYTHON_ARCH: "64" - # - PYTHON: "C:\\Python36" - # PYTHON_VERSION: "3.6.0" - # PYTHON_ARCH: "32" + - PYTHON: "C:\\Python36" + PYTHON_VERSION: "3.6.0" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python36-x64" + PYTHON_VERSION: "3.6.0" + PYTHON_ARCH: "64" - # - PYTHON: "C:\\Python36-x64" - # PYTHON_VERSION: "3.6.0" - # PYTHON_ARCH: "64" + - PYTHON: "C:\\Python37" + PYTHON_VERSION: "3.7.0" + PYTHON_ARCH: "32" - PYTHON: "C:\\Python37-x64" PYTHON_VERSION: "3.7.0"