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 + .travis.yml | 1 + 2 files changed, 2 insertions(+) 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)" diff --git a/.travis.yml b/.travis.yml index 2691d87c..4c191db2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ git: # as we clone our own repository in the process depth: 99999 install: + - python --version; git --version - git submodule update --init --recursive - git fetch --tags - pip install codecov flake8 ddt sphinx -- cgit v1.2.3