summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-30 14:08:47 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-30 14:08:47 +0100
commit004669af339b78a30a65696adfafd49fe07ea3b7 (patch)
treefbbb90276d7553b7f7f13322c7a98ab761516bb7
parent632ab164d1e7b775392afe766c65d82c6bf214b9 (diff)
downloadruamel.yaml-004669af339b78a30a65696adfafd49fe07ea3b7.tar.gz
debugging
-rw-r--r--.appveyor.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index f0db177..16eb303 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -15,6 +15,9 @@ environment:
# - PYTHON: 'C:\Python35-x64'
install:
+ - '%PYTHON%\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"
- >