summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-30 14:42:01 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-30 14:42:01 +0100
commitd9bff05c49d6c193f8ace9ac49a799462a72a8c1 (patch)
tree4dd74bcf9e3b7fac6a31b7003cc8ac054cc399c8
parent83d423358b0bc51690c172ea25ee4ad514e04370 (diff)
downloadruamel.yaml-d9bff05c49d6c193f8ace9ac49a799462a72a8c1.tar.gz
debugging appveyor
-rw-r--r--.appveyor.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index b798cd7..e08d926 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -18,7 +18,8 @@ environment:
install:
- IF [%PYTHON_HOME%]==[C:\Python26] appveyor DownloadFile https://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
- - IF [%PYTHON_HOME%]==[C:\Python26] msiexec /i python-2.6.6.msi /qn - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
+ - IF [%PYTHON_HOME%]==[C:\Python26] msiexec /i python-2.6.6.msi /qn
+ - 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"'
- |