mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'rl1987/ticket28551'
This commit is contained in:
commit
c4c372f281
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
3
changes/ticket28551
Normal file
3
changes/ticket28551
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Minor features (Continuous Integration):
|
||||
- Log Python version during each Travis CI job. Resolves issue
|
||||
28551.
|
Loading…
Add table
Reference in a new issue