From 5f6976d8ecf8d963026bf5604a14085d5977864f Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 25 Dec 2016 11:37:41 +0100 Subject: [PATCH 1/7] python-3.6 test --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3e6f3e8c2..870274949 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,6 +57,18 @@ environment: CONDA_BLD: "C:\\miniconda-64" CONDA_BLD_ARCH: "64" + + - PYTHON: "C:\\Python36" + CONDA_PY: "36" + CONDA_BLD: "C:\\miniconda-32" + CONDA_BLD_ARCH: "32" + + + - PYTHON: "C:\\Python36-x64" + CONDA_PY: "36" + CONDA_BLD: "C:\\miniconda-64" + CONDA_BLD_ARCH: "64" + install: # install conda and deps - powershell .\ci\install.ps1 From ffe0613d055b74c6fd2914b32c6c0b0aae8b5114 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 25 Dec 2016 16:36:11 +0100 Subject: [PATCH 2/7] try something --- appveyor.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 870274949..e29ba2583 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,19 @@ environment: matrix: # http://www.appveyor.com/docs/installed-software#python + + + - PYTHON: "C:\\Python36" + CONDA_PY: "36" + CONDA_BLD: "C:\\miniconda-32" + CONDA_BLD_ARCH: "32" + + + - PYTHON: "C:\\Python36-x64" + CONDA_PY: "36" + CONDA_BLD: "C:\\miniconda-64" + CONDA_BLD_ARCH: "64" + - PYTHON: "C:\\Python27" CONDA_PY: "27" CONDA_BLD: "C:\\miniconda-32" @@ -57,18 +70,6 @@ environment: CONDA_BLD: "C:\\miniconda-64" CONDA_BLD_ARCH: "64" - - - PYTHON: "C:\\Python36" - CONDA_PY: "36" - CONDA_BLD: "C:\\miniconda-32" - CONDA_BLD_ARCH: "32" - - - - PYTHON: "C:\\Python36-x64" - CONDA_PY: "36" - CONDA_BLD: "C:\\miniconda-64" - CONDA_BLD_ARCH: "64" - install: # install conda and deps - powershell .\ci\install.ps1 @@ -77,7 +78,7 @@ install: - "%CONDA_BLD%\\Scripts\\conda info -a" # install for wheels -- "%PYTHON%\\python.exe -m pip install --upgrade pip" +# - "%PYTHON%\\python.exe -m pip install --upgrade pip" - "%PYTHON%\\python.exe -m pip install wheel" - "%PYTHON%\\python.exe -m pip install six" From 4f6de405625594324d37b5a1eec81e12fc985683 Mon Sep 17 00:00:00 2001 From: stonebig Date: Mon, 26 Dec 2016 16:55:41 +0100 Subject: [PATCH 3/7] try back --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e29ba2583..7700620dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,7 +78,7 @@ install: - "%CONDA_BLD%\\Scripts\\conda info -a" # install for wheels -# - "%PYTHON%\\python.exe -m pip install --upgrade pip" +- "%PYTHON%\\python.exe -m pip install --upgrade pip" - "%PYTHON%\\python.exe -m pip install wheel" - "%PYTHON%\\python.exe -m pip install six" From 25440cf8f562690474604c7a600a00609422962e Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 31 Dec 2016 12:40:03 +0100 Subject: [PATCH 4/7] re-re-retry as it may be ok now https://groups.google.com/a/continuum.io/forum/#!topic/numba-users/lw3enPWnqbM --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 7700620dc..063c441ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,7 @@ environment: matrix: # http://www.appveyor.com/docs/installed-software#python + - PYTHON: "C:\\Python36" CONDA_PY: "36" From cadfd8edc90b7a10d62c15ed8e2341cde335c159 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 1 Jan 2017 15:36:51 +0100 Subject: [PATCH 5/7] 4x-retry --- appveyor.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 063c441ce..3f9d88c5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,19 +18,16 @@ environment: matrix: # http://www.appveyor.com/docs/installed-software#python - + - PYTHON: "C:\\Python36-x64" + CONDA_PY: "36" + CONDA_BLD: "C:\\miniconda-64" + CONDA_BLD_ARCH: "64" - PYTHON: "C:\\Python36" CONDA_PY: "36" CONDA_BLD: "C:\\miniconda-32" CONDA_BLD_ARCH: "32" - - - PYTHON: "C:\\Python36-x64" - CONDA_PY: "36" - CONDA_BLD: "C:\\miniconda-64" - CONDA_BLD_ARCH: "64" - - PYTHON: "C:\\Python27" CONDA_PY: "27" CONDA_BLD: "C:\\miniconda-32" From e192a4af6b6f7fdf693b0b2ad92d0ff7a12620a5 Mon Sep 17 00:00:00 2001 From: stonebig Date: Tue, 3 Jan 2017 19:10:35 +0100 Subject: [PATCH 6/7] retry --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 3f9d88c5b..d83fb8a40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ environment: matrix: # http://www.appveyor.com/docs/installed-software#python + - PYTHON: "C:\\Python36-x64" CONDA_PY: "36" From da93b3acd343229e0d656ba0f13b01ad8d70857e Mon Sep 17 00:00:00 2001 From: stonebig Date: Wed, 4 Jan 2017 18:10:42 +0100 Subject: [PATCH 7/7] pip install pycparser test --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index d83fb8a40..9969258c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -80,6 +80,7 @@ install: - "%PYTHON%\\python.exe -m pip install --upgrade pip" - "%PYTHON%\\python.exe -m pip install wheel" - "%PYTHON%\\python.exe -m pip install six" +- "%PYTHON%\\python.exe -m pip install pycparser" build_script: # build wheel