summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2016-04-02 00:07:21 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-02 00:07:21 -0700
commit33dc6d50c54fe40af082d3abeb6568d50f80556c (patch)
tree3dadcc9f0c8a5043739e1b32b19d8246ecd773a3
parent3e7cff9c20e95f8d0b56e6a17d27fcc8ba5e25cd (diff)
downloadpycrypto-33dc6d50c54fe40af082d3abeb6568d50f80556c.tar.gz
appveyor: python 3.4 for now
-rw-r--r--appveyor.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c823e54..4a94162 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,14 +9,14 @@ environment:
#- PYTHON: "C:\\Python27"
#- PYTHON: "C:\\Python33"
- #- PYTHON: "C:\\Python34"
- - PYTHON: "C:\\Python35"
+ - 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"
+ - PYTHON: "C:\\Python34-x64"
+ DISTUTILS_USE_SDK: "1"
+ #- PYTHON: "C:\\Python35-x64"
install:
# We need wheel installed to build wheels