summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 23:43:28 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 23:43:28 -0700
commitc8cb4941e22553e4070e9aca1351690c4e325df2 (patch)
treef8318aae712aacd7ec40b5f0cefa98df43041a5d
parent6e32ab8fe1ed8e9eadbd7fd38435a77198789b96 (diff)
downloadpycrypto-c8cb4941e22553e4070e9aca1351690c4e325df2.tar.gz
more appveyor
-rw-r--r--appveyor.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 77a6b1f..086498f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,15 +7,15 @@ environment:
# The list here is complete (excluding Python 2.6, which
# isn't covered by this document) at the time of writing.
- - PYTHON: "C:\\Python27"
- - PYTHON: "C:\\Python33"
- - PYTHON: "C:\\Python34"
+ #- 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:\\Python27-x64"
+ #- PYTHON: "C:\\Python33-x64"
+ # DISTUTILS_USE_SDK: "1"
+ #- PYTHON: "C:\\Python34-x64"
+ # DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
install: