mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Print Python version during each Travis CI job
This commit is contained in:
parent
46a321fbdd
commit
c31346ffb4
@ -193,6 +193,9 @@ install:
|
|||||||
- if [[ "$RUST_OPTIONS" != "" ]]; then rustup --version; fi
|
- if [[ "$RUST_OPTIONS" != "" ]]; then rustup --version; fi
|
||||||
- if [[ "$RUST_OPTIONS" != "" ]]; then rustc --version; fi
|
- if [[ "$RUST_OPTIONS" != "" ]]; then rustc --version; fi
|
||||||
- if [[ "$RUST_OPTIONS" != "" ]]; then cargo --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
|
- if [[ "$TEST_STEM" != "" ]]; then pushd stem; python -c "from stem import stem; print(stem.__version__);"; git log -1; popd; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user