commit c31346ffb444065820407670ecf64b925e3775fc
parent 46a321fbdde353d0c0b37556d7e3e81cd2b42979
Author: rl1987 <rl1987@sdf.lonestar.org>
Date: Thu, 6 Dec 2018 15:26:34 +0200
Print Python version during each Travis CI job
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -193,6 +193,9 @@ install:
- if [[ "$RUST_OPTIONS" != "" ]]; then rustup --version; fi
- if [[ "$RUST_OPTIONS" != "" ]]; then rustc --version; fi
- if [[ "$RUST_OPTIONS" != "" ]]; then cargo --version; fi
+ ## Get python version
+ - python --version
+ ## run stem tests if they are enabled.
- if [[ "$TEST_STEM" != "" ]]; then pushd stem; python -c "from stem import stem; print(stem.__version__);"; git log -1; popd; fi
script: