summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-30 13:33:22 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-30 13:33:22 +0100
commitf691159c32d159c56ebb4074d215e364777da720 (patch)
tree6348f92628c93ddc95cb9b85e891664741e44ff0
parentecbdd552cea283da08f9b2b072e913c0c235d7db (diff)
downloadruamel.yaml-f691159c32d159c56ebb4074d215e364777da720.tar.gz
debugging
-rw-r--r--.appveyor.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index ba933d4..83a8887 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -2,11 +2,11 @@ environment:
matrix:
- PYTHON: C:\Python266
-# - PYTHON: C:\Python27
+ - PYTHON: C:\Python27
# - PYTHON: C:\Python33
# - PYTHON: C:\Python34
# - PYTHON: C:\Python35
- - PYTHON: C:\Python266-x64
+# - PYTHON: C:\Python266-x64
# - PYTHON: C:\Python27-x64
# - PYTHON: C:\Python33-x64
# DISTUTILS_USE_SDK: '1'
@@ -17,6 +17,11 @@ environment:
install:
- >
%PYTHON%\python.exe -c "import sys, os;
+ os.system('%s -c \\"print True\\"'
+ % sys.executable)
+ if sys.version_info < (2, 7) else True"
+ - >
+ %PYTHON%\python.exe -c "import sys, os;
os.system('%s -c \\"import urllib2; open(\\'c:\\\\get-pip.py\\', \\'w\\').
write(urllib2.urlopen(\\'https://bootstrap.pypa.io/get-pip.py\\').read())\\"'
% sys.executable)