summaryrefslogtreecommitdiff
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-30 14:57:08 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-30 14:57:08 +0100
commitadb949ea8d43798d226980e31e8a62e6668897e1 (patch)
treeddde5671ccce677ca45073d95cb521f8ffc85ce4 /.appveyor.yaml
parentd9bff05c49d6c193f8ace9ac49a799462a72a8c1 (diff)
downloadruamel.yaml-adb949ea8d43798d226980e31e8a62e6668897e1.tar.gz
debugging
Diffstat (limited to '.appveyor.yaml')
-rw-r--r--.appveyor.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index e08d926..0d87cb1 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -19,6 +19,7 @@ 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%
- python.exe -c "import sys, os; print sys.executable"
- '%PYTHON%\python.exe -c "import sys, os; print sys.executable"'