summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-05-09 03:10:25 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-05-09 03:10:25 +0200
commitc0c448bda1cec4fedcdaedaa70dadec83d293dee (patch)
treec0287e131fa1463f003b0706a0fd30df4a2692bb /appveyor.yml
parentc848aa9330414b776ddf785bcc84b1690caee32e (diff)
downloadpsutil-c0c448bda1cec4fedcdaedaa70dadec83d293dee.tar.gz
restore previous appveyor conf + try to add python 3.5 64 bits
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml60
1 files changed, 27 insertions, 33 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9535d6ce..a883e59f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,48 +10,42 @@ environment:
# Pre-installed Python versions, which Appveyor may upgrade to
# a later point release.
- - PYTHON: "C:\\Python27"
- - PYTHON: "C:\\Python33"
- - PYTHON: "C:\\Python34"
- - PYTHON: "C:\\Python35"
- - PYTHON: "C:\\Python27-x64"
- - PYTHON: "C:\\Python33-x64"
- DISTUTILS_USE_SDK: "1"
- - PYTHON: "C:\\Python34-x64"
- DISTUTILS_USE_SDK: "1"
- - PYTHON: "C:\\Python35-x64"
-
# 32 bits
- # - PYTHON: "C:\\Python27"
- # PYTHON_VERSION: "2.7.x"
- # PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python27"
+ PYTHON_VERSION: "2.7.x"
+ PYTHON_ARCH: "32"
- # - PYTHON: "C:\\Python33"
- # PYTHON_VERSION: "3.3.x"
- # PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python33"
+ PYTHON_VERSION: "3.3.x"
+ PYTHON_ARCH: "32"
- # - PYTHON: "C:\\Python34"
- # PYTHON_VERSION: "3.4.x"
- # PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python34"
+ PYTHON_VERSION: "3.4.x"
+ PYTHON_ARCH: "32"
- # - PYTHON: "C:\\Python35"
- # PYTHON_VERSION: "3.5.x"
- # PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python35"
+ PYTHON_VERSION: "3.5.x"
+ PYTHON_ARCH: "32"
- # # 64 bits
+ # 64 bits
- # - PYTHON: "C:\\Python27-x64"
- # PYTHON_VERSION: "2.7.x"
- # PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python27-x64"
+ PYTHON_VERSION: "2.7.x"
+ PYTHON_ARCH: "64"
- # - PYTHON: "C:\\Python33-x64"
- # PYTHON_VERSION: "3.3.x"
- # PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python33-x64"
+ PYTHON_VERSION: "3.3.x"
+ PYTHON_ARCH: "64"
- # - PYTHON: "C:\\Python34-x64"
- # PYTHON_VERSION: "3.4.x"
- # PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python34-x64"
+ PYTHON_VERSION: "3.4.x"
+ PYTHON_ARCH: "64"
+
+ - PYTHON: "C:\\Python35-x64"
+ PYTHON_VERSION: "3.5.x"0
+ PYTHON_ARCH: "64"
+ WINDOWS_SDK_VERSION: "v7.1"
# XXX - not sure how to fix this:
# https://ci.appveyor.com/project/giampaolo/psutil/build/354/job/uqf3rms55mrv90ju