[tor-commits] [tor/maint-0.2.9] Travis: show the chutney commit and python version

teor at torproject.org teor at torproject.org
Thu Aug 8 07:58:04 UTC 2019


commit ac7ce179834d8d97342fc17bc385730eccc109a8
Author: teor <teor at torproject.org>
Date:   Mon Jul 1 14:10:07 2019 +1000

    Travis: show the chutney commit and python version
    
    Part of 29280.
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index cb1351a18..562036e51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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





More information about the tor-commits mailing list