Skip to content

Commit 3eacf90

Browse files
committed
ci: print python/git versions before starting build
1 parent 09c88be commit 3eacf90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ install:
4343
- |
4444
echo %PATH%
4545
uname -a
46+
git --version
4647
where git git-daemon python pip pip3 pip34
4748
python --version
4849
python -c "import struct; print(struct.calcsize('P') * 8)"

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ git:
1414
# as we clone our own repository in the process
1515
depth: 99999
1616
install:
17+
- python --version; git --version
1718
- git submodule update --init --recursive
1819
- git fetch --tags
1920
- pip install codecov flake8 ddt sphinx

0 commit comments

Comments
 (0)