diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-02-28 14:38:20 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-03-04 20:24:23 +0900 |
commit | 147bac3c22cd79f67edb90b2af96a9669615d048 (patch) | |
tree | 68f7c5db36595ce1e651d1ed13fd4274d84b5449 /.gitlab-ci.yml | |
parent | 8e87af7a77c68de0ce1428d425ff6e76d11c1c38 (diff) | |
download | buildstream-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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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}" |