Travis: show the chutney commit and python version

Part of 29280.
This commit is contained in:
teor 2019-07-01 14:10:07 +10:00
parent b26e3e4c56
commit ac7ce17983
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -151,6 +151,10 @@ install:
## Finally, list installed package versions
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then dpkg-query --show; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew list --versions; fi
## Get python version
- python --version
## If we're running chutney, show the chutney commit
- if [[ "$CHUTNEY" != "" ]]; then pushd "$CHUTNEY_PATH"; git log -1 ; popd ; fi
script:
- ./autogen.sh