We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c88be commit 3eacf90Copy full SHA for 3eacf90
.appveyor.yml
@@ -43,6 +43,7 @@ install:
43
- |
44
echo %PATH%
45
uname -a
46
+ git --version
47
where git git-daemon python pip pip3 pip34
48
python --version
49
python -c "import struct; print(struct.calcsize('P') * 8)"
.travis.yml
@@ -14,6 +14,7 @@ git:
14
# as we clone our own repository in the process
15
depth: 99999
16
install:
17
+ - python --version; git --version
18
- git submodule update --init --recursive
19
- git fetch --tags
20
- pip install codecov flake8 ddt sphinx
0 commit comments