This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch tristan/optional-coverage-test in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 4404fd25768a7b611ec469fd99f7823f2bff6b10 Author: Tristan Van Berkom <[email protected]> AuthorDate: Thu Feb 28 14:38:20 2019 +0900 .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. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5af7013..5796561 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}"
