summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-30 14:14:05 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-30 14:14:05 +0100
commitac391ef2f82f78dc9cb406d7e3de6293ec342b10 (patch)
treeadcf85a16d91ebba7092ca447df52c3265169a71
parent004669af339b78a30a65696adfafd49fe07ea3b7 (diff)
downloadruamel.yaml-ac391ef2f82f78dc9cb406d7e3de6293ec342b10.tar.gz
debugging
-rw-r--r--.appveyor.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index 16eb303..e00f860 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -15,6 +15,8 @@ environment:
# - PYTHON: 'C:\Python35-x64'
install:
+ - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
+ - python.exe -c "import sys, os; print sys.executable"
- '%PYTHON%\python.exe -c "import sys, os; print sys.executable"'
- |
%PYTHON%\python.exe -c "import sys, os; print sys.executable"
@@ -23,7 +25,7 @@ install:
- >
%PYTHON%\python.exe -c "import sys, os;
os.system('%s -c \"print True\"'
- % sys.executable)
+ % sys.executable)"
- >
if sys.version_info < (2, 7) else True"
%PYTHON%\python.exe -c "import sys, os;