summaryrefslogtreecommitdiff
path: root/.appveyor.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yaml')
-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"'
- |