summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-02-28 14:38:20 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-03-04 20:24:23 +0900
commit147bac3c22cd79f67edb90b2af96a9669615d048 (patch)
tree68f7c5db36595ce1e651d1ed13fd4274d84b5449
parent8e87af7a77c68de0ce1428d425ff6e76d11c1c38 (diff)
downloadbuildstream-147bac3c22cd79f67edb90b2af96a9669615d048.tar.gz
.gitlab-ci.yml: Adding tox --version output to test diagnostics
This is generally useful to know, since the tox version is not enforced by BuildStream.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5af7013b6..579656198 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,7 @@ variables:
# Diagnostics
- mount
- df -h
+ - tox --version
script:
- mkdir -p "${INTEGRATION_CACHE}"
@@ -157,6 +158,7 @@ tests-wsl:
before_script:
- mount
- df -h
+ - tox --version
script:
- "${TEST_COMMAND}"