From: Paul Brossier Date: Sun, 23 Sep 2018 11:45:28 +0000 (+0200) Subject: .appveyor.yml: remove python 3.4, add 3.6 and 3.7, remove PATH_EXTRAS X-Git-Tag: 0.4.8~100^2~15 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=7d9b8a521d1523a7d1d1babbce8720d3758d25bb;p=aubio.git .appveyor.yml: remove python 3.4, add 3.6 and 3.7, remove PATH_EXTRAS --- diff --git a/.appveyor.yml b/.appveyor.yml index 383b1cd7..d16dcd4c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,14 +15,6 @@ environment: PYTHON_VERSION: "2.7.x" PYTHON_ARCH: "64" - - PYTHONDIR: "C:\\Python34" - PYTHON_VERSION: "3.4.x" - PYTHON_ARCH: "32" - - - PYTHONDIR: "C:\\Python34-x64" - PYTHON_VERSION: "3.4.x" - PYTHON_ARCH: "64" - - PYTHONDIR: "C:\\Python35" PYTHON_VERSION: "3.5.x" PYTHON_ARCH: "32" @@ -30,8 +22,22 @@ environment: - PYTHONDIR: "C:\\Python35-x64" PYTHON_VERSION: "3.5.x" PYTHON_ARCH: "64" - # add path required to run preprocessor step - PATH_EXTRAS: "c:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin" + + - PYTHONDIR: "C:\\Python36" + PYTHON_VERSION: "3.6.x" + PYTHON_ARCH: "32" + + - PYTHONDIR: "C:\\Python36-x64" + PYTHON_VERSION: "3.6.x" + PYTHON_ARCH: "64" + + - PYTHONDIR: "C:\\Python37" + PYTHON_VERSION: "3.7.x" + PYTHON_ARCH: "32" + + - PYTHONDIR: "C:\\Python37-x64" + PYTHON_VERSION: "3.7.x" + PYTHON_ARCH: "64" install: