summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-05-09 03:04:15 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2016-05-09 03:04:15 +0200
commitc848aa9330414b776ddf785bcc84b1690caee32e (patch)
tree090e987bb7f29b0b9d8a91c95e94ada41ba6b51e /appveyor.yml
parent6a6f186faba940ee7b518425fb0d038677910599 (diff)
downloadpsutil-c848aa9330414b776ddf785bcc84b1690caee32e.tar.gz
try easier appveyor conf, see https://github.com/pypa/python-packaging-user-guide/pull/172
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml55
1 files changed, 33 insertions, 22 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 04ed5a8d..9535d6ce 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,37 +10,48 @@ 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"
# XXX - not sure how to fix this:
# https://ci.appveyor.com/project/giampaolo/psutil/build/354/job/uqf3rms55mrv90ju