From 3eacf90dff73ab7578cec1ba0d82930ef3044663 Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Tue, 11 Oct 2016 18:54:32 +0200 Subject: ci: print python/git versions before starting build --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.appveyor.yml') 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)" -- cgit v1.2.3