summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-11 18:54:32 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-11 19:18:02 +0200
commit3eacf90dff73ab7578cec1ba0d82930ef3044663 (patch)
tree02e98d03ed7bed650c95348a77a81b38b7a385e8 /.appveyor.yml
parent09c88bec0588522afb820ee0dc704a936484cc45 (diff)
downloadgitpython-3eacf90dff73ab7578cec1ba0d82930ef3044663.tar.gz
ci: print python/git versions before starting build
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9b87d962..a9b8adc1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -43,6 +43,7 @@ install:
- |
echo %PATH%
uname -a
+ git --version
where git git-daemon python pip pip3 pip34
python --version
python -c "import struct; print(struct.calcsize('P') * 8)"