From: XhmikosR Date: Wed, 29 Apr 2020 12:27:05 +0000 (+0300) Subject: ci/test.sh: add `python --version` X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ec5723b926ddf5fd7d6b0dcd940318381a7ab65f;p=stevenblack-hosts.git ci/test.sh: add `python --version` --- diff --git a/ci/test.sh b/ci/test.sh index 4e4d5fbf3..1eef900cb 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -5,4 +5,5 @@ set -e echo "Running unit tests..." source activate hosts +python --version python testUpdateHostsFile.py