summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-02 14:24:28 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-02 14:30:02 +0200
commitdf5c1cb715664fd7a98160844572cc473cb6b87c (patch)
tree3844da31fa8a15c0b2ab687038911ec0f5a75b61 /.appveyor.yml
parentb3b9c0242ba2893231e0ab1c13fa2a0c8a9cfc59 (diff)
downloadgitpython-df5c1cb715664fd7a98160844572cc473cb6b87c.tar.gz
FIX regression by #519 on reading stdout/stderr of cmds
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 47bd1f0b..df957c20 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -38,9 +38,10 @@ environment:
install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%GIT_PATH%;%PATH%
- ## Print architecture, python & git used for debugging.
+ ## Print configuration for debugging.
#
- |
+ echo %PATH%
uname -a
where git git-daemon python pip pip3 pip34
python --version