Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3eacf90

Browse files
committed
ci: print python/git versions before starting build
1 parent09c88be commit3eacf90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎.appveyor.yml

Lines changed: 1 addition & 0 deletions
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)"

‎.travis.yml

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp